.lcdstyle{ /*Example CSS to create LCD countdown look*/
font-family: Arial;
font-size: 23px;
color:#FC7F14;
font-style: normal;
font-weight: bold;
letter-spacing:-2px;
background-color: white;
padding: 3px;
/*font: normal 23px Impact;*/
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
