/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border:none !important;
	background: none !important;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-section {
	font-size: 75%;
	text-align: center;
	width: auto;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: inline;
}
.countdown-descr {
	display: block;
	width: 100%;
}

.defaultCountdown {
	height:40px;
	font-size:24px;
	font-weight: 700;
	color:#000;
	background:none;
	border:none;
}
