body {
	text-align: center;
	padding-top: 40px;
}

h1 {
	font-family: 'Raleway', Arial, serif;
	font-weight: normal;
	font-size: 50px;
	color: #666;
}

#status {
	font-family: 'Molengo', Arial, serif;
	font-weight: normal;
	font-size: 60px;
	color: #666;
}

#countdown_dashboard {
	margin-top: 20px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

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

.days_dash {
	margin-left: 0;
}

.dash .digit {
	font-size: 50px;
	font-weight: normal;
	float: left;
	width: 55px;
	text-align: center;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #666;
	font-family: 'Molengo';
	text-transform: uppercase;
	letter-spacing: 2px;
}
