.ClassyCountdownDemo {
	width: 100%;
	display: inline-block;
	margin: 8px auto 0;
	max-width: 874px
}
.countdown-content {
	width: 100%;
	float: left;
	height:52px;
	text-align: center;
	
	
}
.count input[type=text] {
	height:25px;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin: 0 auto;
	padding:0px;
	box-shadow: none;
	border: none;
	background: 0 0;
	text-align: center;
	padding: 0;
	line-height: 20px
}
#seconds .caption-text, .count span.caption-text, .count h2 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-top: 4px;text-align:center;font-weight:300;
}
.knob canvas {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 100%
}
