/*********************************Countdown****************/
#lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:#ffffff;
color:#E00000;
font: bold 18px tahoma;
padding:5px;
width:100%;
}

#lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}

#jdc{
font-weight: bold;
font-family:tahoma;
width:200px;
background:#ffffff;
text-align:center;
}

#countdowncontainer {
width:200px;
}