#countdown_dashboard {
	height: 60px;
	width: 250px;
	overflow:hidden;
}

.dash {
	width: 50px;
	height: 50px;
	text-align:center;
	float: left;
	margin: 0px;
	letter-spacing: 2px;
	position: relative;
}

.dash .digit {
	font-size: 20pt;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: right;
	font-family: Calibri;
	color: white;
	position: relative;
	display: block;

		background-color: grey;

}

.dash .days {
	font-size: 20pt;
	font-weight: bold;
	float: left;
	width: 40px;
	text-align: right;
	font-family: Calibri;
	color: white;
	position: relative;
	display: block;
	background-color: grey;
	left:15px;
	padding: 7px;


}

.dash .hours {
	font-size: 20pt;
	font-weight: bold;
	float: left;
	width: 30px;
	text-align: right;
	font-family: Calibri;
	color: white;
	position: relative;
	display: block;
	left:25px;
	padding: 7px;
		background-color: grey;

}

.dash .min {
	font-size: 20pt;
	font-weight: bold;
	float: left;
	width: 30px;
	text-align: right;
	font-family: Calibri;
	color: white;
	position: relative;
	display: block;
	left:25px;
	padding: 7px;	
	background-color: grey;

}

.dash .sec {
	font-size: 20pt;
	font-weight: bold;
	float: left;
	width: 30px;
	text-align: right;
	font-family: Calibri;
	color: white;
	position: relative;
	display: block;
	left:25px;
	padding: 7px;	
	background-color: grey;

}
.dash .digit2 {
	font-size: 20pt;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: right;
	font-family: Calibri;
	color: white;
	position: relative;
}

.dash_title {
	position: relative;
	display: block;
	height:20px;
	bottom: 0px;
	right: 0px;
	left:20px;
	font-size: 8pt;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2px;

}

