@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');
}
@font-face {
  font-family: 'GalderglynnTitlingLt-Regular';
  src: url('../fonts/GalderglynnTitlingLt-Regular.eot');
  src: url('../fonts/GalderglynnTitlingLt-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/GalderglynnTitlingLt-Regular.woff2') format('woff2'), url('../fonts/GalderglynnTitlingLt-Regular.woff') format('woff'), url('../fonts/GalderglynnTitlingLt-Regular.ttf') format('truetype'), url('../fonts/GalderglynnTitlingLt-Regular.svg#RockwellStd') format('svg');
}


#countdown_dashboard {
	position: absolute;
    top: 60px;
    left: 120px;
	color: #0d5b48;
}
#countdown_dashboard h2{
	color: #c35a01;
	font-size: 14px;
    margin-left: 8px;
	font-family: 'GalderglynnTitlingLt-Regular';
	font-weight: normal;
	line-height: 20px;
}
.dash {
	width: 57px;
	height: 25px;
	line-height: 25px;
	float: left;
	position: relative;
}

.dash > span {
	padding: 0;
}
.dash .digit, .dash > span {
	font-size: 16px;
	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;
}