/* jQuery Countdown styles 2.0.0. */

.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	text-align: center;
}
.countdown-amount {
    font-size: 24px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#494948+0,626362+50,3e3e3e+51,060606+100 */
	background: #494948; /* Old browsers */
	background: -moz-linear-gradient(top,  #494948 0%, #626362 50%, #3e3e3e 51%, #060606 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #494948 0%,#626362 50%,#3e3e3e 51%,#060606 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #494948 0%,#626362 50%,#3e3e3e 51%,#060606 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494948', endColorstr='#060606',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #030303;
	border-radius: 2px;
    float: left;
    margin-right: 5px;
    width: 30px;
    padding: 5px 0;
}

.countdown-period {
    float: left;
    font-size: 24px;
    width: 45%;
    padding: 5px 0;
}
.countdown-descr {
	display: block;
	width: 100%;
}
