/* jQuery Countdown styles 2.0.0. */

#timerDays {float:left; width:40px; margin-top:27px; text-align:center; margin-left:9px}
#timerHours {float:left; width:40px; margin-top:17px; text-align:center; margin-left:5px}
#timerMinutes {float:left; width:40px; margin-top:29px; text-align:center; margin-left:3px}
#timerSeconds {float:left; width:40px; margin-top:20px; text-align:center; margin-left:0px;}

.is-countdown {font-size:17px;/*font-weight:bold;*/ line-height:28px
}
.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;
	font-size: 100%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}
