
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

html, body {
	margin:0;
	height:100%;
}
#flashContent {
	width:98%;
	height:98%;
}

#arrow22{
margin-top:6px;
}
#ID_s1_txt01,#ID_s2_txt01,#ID_s3_txt01{padding-left:4px !important;}
.orange1{margin-left:-3px !important;padding-left:3px !important;}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #ID_s1_txt01,#ID_s2_txt01,#ID_s3_txt01{letter-spacing:.4px !important}
  #ID_s2_txt01{letter-spacing:-.1px !important}
  
  /* your css rules for ipad portrait */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  #ID_s1_txt01{letter-spacing:.4px !important} 
  #ID_s2_txt01{letter-spacing:.4px !important}
  #ID_s3_txt01{letter-spacing:.4px !important}
}