@media screen and (device-aspect-ratio: 40/71) {
	/*iphone*/
	/*#login_form{width: 280px;}*/
	/*#rc-imageselect, .g-recaptcha{transform:scale(0.93);-webkit-transform:scale(0.93);transform-origin: 0 0;-webkit-transform-origin: 0 0;}*/
}
/* iphone 5 */
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)
{
	/* Make the login table smaller to fix into iphone 5 */
	#login_table{transform: scale(0.982);-webkit-transform: scale(0.982);transform-origin: 0 0;-webkit-transform-origin: 0 0;}
}
/* Class */
.break_words {word-wrap:break-word;}
.header_title_style{top:20px;}
.index-heading {margin-top:5px;font-size:25px;}
.min_width_320{min-width:320px !important;}
.no_break{white-space:nowrap;}
.no_margin{margin:0px;}
.no_pad{padding:0px;}
.pos_fixed{position:fixed !important;}

/* ID */
#mobile_color_strip.mobile_mcm_color_strip{margin-top:50px;}
#mobile_logo_img{width:140px;margin:22px 0 0 10px !important;}
#mobile_logo_img.mobile_dol_image{width:79px;margin-top:9px !important;}
#mobile_logo_img.mobile_mcm_image{width:90px;margin-top:18px !important;}
#mobile_logo_img.mobile_test_image{width:40px;margin-top:12px !important;}
#mobile_logo_img.mobile_vdb_image{width:88px;margin-top:13px !important;}
#mobile_heading_title{font-size:18px !important;font-weight:800;}