@charset "utf-8";
/*timer*/
#TimeLeft{
width:100%;
margin:0 auto;
padding:9px 0 11px 0;
font-size:18px;
line-height:20px;
font-weight:700;
text-align:center;
color:#000000;
background-color:#fdd200;
}
.cda{color:#fe0034;font-weight:700;}
@media only screen and (max-width:750px){
#TimeLeft{padding:5px 0;font-size:14px;}
}