#countdown_dashboard{
	margin: 0 auto;
}
.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../img/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: black !important;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media (min-width: 1mm) and (max-width: 400mm)  {
	
	.dash {
		width: 35px;
		height: 114px;
		
		background: transparent url('../img/dash.png') 0 0 no-repeat;
		float: left;
		margin-left: 20px;
		position: relative;
	}

	.dash .digit {
		font-size: 30pt;
		font-weight: bold;
		float: left;
		width: 15px;
		text-align: center;
		font-family: Times;
		color:  black !important;
		position: relative;
	}

	.dash_title {
		position: absolute;
		display: block;
		bottom: 0px;
		right: 6px;
		font-size: 7pt;
		color:  white;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

}