#container {
	width: 450px;
	color: #f07c00;
}

#countdown_dashboard {
	height: 110px;
}

.dash {
	width: 70px;
	height: 60px;

	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 35px;
	text-align: center;
	font-family:Tahoma;
	font-size:40px;
	color: #fff;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	font-weight: bold;
	right: 6px;
	font-size: 9pt;
	color: #fff;
	font-family:Tahoma;
}



