@charset "utf-8";

/* Contdonwn */

#CDT {
	width: 224px;
	box-sizing: border-box;
	font-size: 18px;
	color: #63bcff;
	margin: 0;
	padding: 4px 0 4px 0;
}
#CDT .number-wrapper {
	box-sizing: border-box;
	margin: 0 2px 0 2px;
	-moz-box-shadow: 0 3px 6px #000000;
	-webkit-box-shadow: 0 3px 6px #000000;
	box-shadow: 0 3px 6px #000000;
	border-radius: 7px;
	position: relative;
}
#CDT .number {
	font-family: 'Graduate', cursive;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #000;
	background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
	border-radius: 7px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0 11px;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #555;
	-moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
	-moz-text-shadow: 0 3px 3px #000000;
	-webkit-text-shadow: 0 3px 3px #000000;
	text-shadow: 0 3px 3px #000000;
}       
#CDT .line {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #000;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}       
.caption {
	font-size: 9px;
	position: absolute;
	top: 28px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #545454;
}