
.intr_titlearea							{ height: 30px; width: 100%; align-items: center }
.intr_logo								{ height: 30px; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; align-content: center; justify-items: center; z-index: 5 }
.intr_logo > img						{ max-height: 25px; max-width: 25px; background: rgba(52, 73, 94, 1);}
.intr_info								{ font-size: 18px; font-weight: bold; color: rgba(208, 101, 31, 1); padding: 2px }
.itr_area								{ border-top: 2px solid rgba(52, 73, 94, 1); padding: 10px; line-height: 20px; align-self: stretch; font-size: 14px }
.itr_box								{ font-family: ProximaNova; }
.itr_box								{ background: rgba(250, 250, 250, 1); padding: 8px; border: 1px solid rgba(30, 30, 30, .3); align-self: stretch; height: 100%; overflow: hidden }
.itr_big								{ background: rgba(52, 73, 94, 1); color: rgba(255, 255, 255, 1); font-size: 20px; line-height: 30px; 
	font-family: MyriadPro; font-weight: bold; text-align: center; 
	display: flex; flex-flow: row wrap; align-content: center; justify-content: center;
}
.itr_line								{ border-top: 2px solid rgba(52, 73, 94, 1); }
