/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 0px solid #ccc;
	color: #ffffff;
	height: 50px;
}
.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: 94%;	
}
.countdown-show2 .countdown-section {
	width: 44%;
}
.countdown-show3 .countdown-section {
	width: 28.5%;
}
.countdown-show4 .countdown-section {
	width: 20.5%;
}
.countdown-show5 .countdown-section {
	width: 15.5%;
}
.countdown-show6 .countdown-section {
	width: 12.25%;
}
.countdown-show7 .countdown-section {
	width: 10%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	margin: 0 2%;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
	border-top: 1px solid #ffffff;  
}
.countdown-descr {
	display: block;
	width: 100%;
}
