/*----------------------------------------------------- launch_calendar.css starts ------------------------------------------------------*/
/*Credit NASA*/
#missionCountdown {  background-color:#002B57; }
#countdown_body { padding:0px 0px 0 0px; height:50px; border:none; position:relative; float:right; bottom:2px;}
#countdown_body p { margin:0 0 0px 0; font-family:Trebuchet MS; font-size:12px; font-weight:bold; }
#countdown_clock { width:210px; height:50px; border:1px solid #004174;background:url(images/mission_countdown_background.png) no-repeat 0 0; }
#countdown_labels { width:105px; overflow:hidden; }
#countdown_labels div.day { width:25px; }
#countdown_labels div.hour { width:25px; }
#countdown_labels div.minute { width:25x; }
#countdown_labels div.second { width:25px; }
#countdown_clock div,
#countdown_labels div { float:left; text-align:center;}
#day { width:51px; }
#hour { width:54px; }
#minute { width:54px; }
#second { width:51px; }
#countdown_clock div { line-height:30px; font-family:Trebuchet MS; font-size:20px; font-weight:bold; text-shadow:#aaa 3px 2px 10px; color:#fff}
#countdown_labels div{ line-height:26px; font-family:Arial; font-size:8px; color:#000; }
/*----------------------------------------------------- launch_calendar.css ends --------------------------------------------------------*/

