#missionCountdown {  background-color:#002B57; }
#countdown_body {
}
#countdown_clock { width:210px; height:44px; border:1px solid #004174;background:url(/challenge/countdown_background.png) no-repeat 0 0; }
#countdown_labels { width:210px; overflow:hidden; }
#countdown_labels div.day { width:51px; color: black }
#countdown_labels div.hour { width:54px; color: black }
#countdown_labels div.minute { width:54px; color: black }
#countdown_labels div.second { width:51px; color: black }
#countdown_clock div,
#countdown_labels div { float:left; text-align:center;}
#day { width:51px; color: white; }
#hour { width:54px; color: white }
#minute { width:54px; color: white }
#second { width:51px; color: white }
#countdown_clock div { line-height:44px; font-family:Trebuchet MS; font-size:20px; font-weight:bold; text-shadow:#000 0 0 5px; }
#countdown_labels div{ line-height:26px; font-family:Arial; font-size:11px; }


.bordered {
    border: 0 !important;
}

th.authorcol {
    width: 146px !important;
}