@font-face {
  font-family: 'AdvancedPixelLCD-7_gdi';
  src: url('../fonts/AdvancedPixelLCD-7_gdi.eot');
  src: url('../fonts/AdvancedPixelLCD-7_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/AdvancedPixelLCD-7_gdi.woff2') format('woff2'), url('../fonts/AdvancedPixelLCD-7_gdi.woff') format('woff'), url('../fonts/AdvancedPixelLCD-7_gdi.ttf') format('truetype'), url('../fonts/AdvancedPixelLCD-7_gdi.svg#RockwellStd') format('svg');
}
h1 {
	font-size: 38pt;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	margin: 100px auto;
	width: 700px;
	color: #eee;
}

#countdown_dashboard {
	height: 20px;
    width: 150px;
}

.dash {
	width: 50px;
	height: 35px;
	line-height: 35px;
	float: left;
	position: relative;
}

.dash > span {
	padding: 0;
}
.dash .digit, .dash > span {
	font-size: 14px;
	font-family: 'AdvancedPixelLCD-7_gdi';
	font-weight: bold;
	float: left;
	width: auto;
	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;
}