body{height: 60px; padding: 0px; margin: 0px; color: White;
font-family: 'Helvetica', Arial, sans-serif; font-weight:normal;
}

a{color: #ee463d; text-decoration: none; cursor: pointer;}
#embeddedContainer{
width: 100%;
height: 100%;
background-color: #353535;
}

#embeddedContainer img{ height: 60px;}

.red{color: #ee463d;}

#embeddedContainer #middleCol{
padding: 5px;
padding-top: 3px;
float: left;
margin-left: 5px;
position: relative;
font-size: 14px;
height: 52px;

}

#middleCol #subT{ top: 3px;}

#middleCol #title{
	position: absolute;
	bottom: 3px;
}

#embeddedContainer #rightCol{
float: right;
margin-left: 5px;
}

a img { border: 0; }

.no_LR_margin{ margin:0;}

.embed_img{ padding:0;}

@media (max-width: 992px){

}

@media screen and (min-width: 769px) and (max-width: 992px) {

}

@media screen and (min-width: 768px) and (max-width: 768px){

}

@media (max-width: 736px){
	.embed_img img { width:100%; height: 60px !important;}
	.embed_bt img{ height: 60px !important;}
}

@media (max-width: 414px){	
	.embed_img img {
	 	width:100%; 
	 	height: auto !important;
	 	margin: 5px 0;
	 }
	.embed_bt img{ 
	 	width: 60px;
	  	height: auto !important;
	  	margin: 5px 0;
  }

	
}