#container {
	margin: 20px auto;
	width: 100%;
}

.subtitle {
	color: #888;
	margin-left: 25px;
	margin-bottom:5px;
}

#countdownDashboard {
	height: 96px;
	margin-left: 25px;
}

.dash {
	width: 138px;
	height: 96px;
	background: transparent url('../images/countdown/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 2px;
	padding-left: 13px;
	position: relative;
	color: #333;
}

.weeks_dash {
	background: transparent url('../images/countdown/dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
	background: transparent url('../images/countdown/dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {
	clear: left;
	background: transparent url('../images/countdown/dark_hours_dash.png') 0 0 no-repeat;
	margin-bottom:15px;
}

.minutes_dash {
	background: transparent url('../images/countdown/dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('../images/countdown/dark_seconds_dash.png') 0 0 no-repeat;
}

.dash .digit {
	font: bold 52pt Verdana;
	font-weight: bold;
	float: left;
	width: 59px;
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}

.faded {
	color: #999;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}