/* jQuery Countdown styles 1.5.8. */
.hasCountdown {}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	padding: 0px 2px;
	text-align: center;
}
.countdown_section {
	display: inline;
	text-align: center;
	border : 1px solid blue;
}
.countdown_amount {
}
.countdown_descr {
	display: block;
	width: 100%;
}