#countdown_dashboard {
	width: 435px;
	float: left;
	margin: 0 30px 30px 0;
}

#weeks_days_container {
	width: 347.5px;
	overflow: hidden;
	padding-left: 87.5px;
}

#time_container {
	width: 412.5px;
	overflow: hidden;
	padding-left: 22.5px;
	margin-top: 20px;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url(images/timer/dash_light.png) 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 72px;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	position: relative;
	padding-top: 5px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 110px;
	text-align: center;
}