/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 2px solid #006;
	background-color: #fefefe;
}
.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: 38%;
}
.countdown-show3 .countdown-section {
	width: 22.5%;
}
.countdown-show4 .countdown-section {
	width: 14.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;
	font-size: 55%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-amount-red {
    color: #F00;
}
.countdown-period {
    display: block;
}
.countdown-descr {
    float: top left;
	/*display: block;*/
	width: 30%;
        padding: 5px;
        color: #f1930d;
        font-weight: bolder;
        font-size: 14px;
}
