﻿ /* Custom style used to override the default style used by the countdown. */
#defaultCountdown
{
    background-position: none;
    height: 45px;
    color: #336699;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 1em;
    width: 300px;
}
   
#LaunchContent
{
   position:relative;
   left:35px;
   top:-10px;
   text-align:justify;
   font-weight:bold;
}

#LaunchContent p
{
	color: White; 
	position:absolute; 
	top:10px; 
	z-index:1; 
   font-size: 1em;   
   width:400px;
}

#LaunchContent span
{
 	font-size:1.5em;
}

