@charset "utf-8";
/*timer*/
#TimeLeft{
color:#ffffff;
width:100%;
margin:0 auto;
padding:14px 0 16px 0;
text-align:center;
font-size:20px;
line-height:30px;
}
.cda{color:#ffec47;font-size:24px;}
@media only screen and (max-width:750px){
#TimeLeft{padding:9px 0 11px 0;font-size:16px;line-height:20px;}
.cda{font-size:20px;}
}