#countdown_dashboard {
}

.dash {	
	position: relative;
	float: left;_display:inline;
}

.dash .digit {	
	color: #433637;
	font-family:'NewsGothicMTRegular', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
	position: relative;
	float: left;_display:inline;
	margin-top: 14px;
}

.dash_title {
	color: #433637;
	font-family:'NewsGothicMTRegular', Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: lowercase;
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	top: 0;
}

.separator{
	font-family:'NewsGothicMTRegular', Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	float: left;_display:inline;
	margin: 14px 10px 0;
}

/* Hide zeroes */

div#dayOne {}
div#dayTwo {}
div#dayThree {}