/* ************************************************************
* COUNTDOWN CLOCK STYLES
*************************************************************** 
* Related to the elements in the countdown clock
***************************************************************/
.dash {
	width:70px;
	height: 60px;
	float: left;
	position: relative;
}

.dash .digit {
	color: #555;
	position:relative;
	float:left;
	width:23px;
	text-align:center;
	font-size:23px;
	margin-top:10px;
}

.dash_title {
	position: absolute;
	display: block;
	top:40px;
	left:7px;
	bottom: 0px;
	font-size:7px;
	color: #555;
	text-transform: uppercase;
}

