/* jQuery Countdown styles 2.0.0. */
.is-countdown {

}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 40px;
	
}
.countdown-section {
	display: block;
	float: left;
	font-size: 50%;
	width: 90px;
}
.countdown-amount {
    font-size: 200%;
    background: #fdca18;
    margin-left: 10px;
    font-size: 50px;
    width: 80px;
    display: inline-block;
    word-spacing: 4;
    height: 70px;
}
.countdown-period {
    display: block;
    display: none;
}
.countdown-descr {
	display: block;
	width: 100%;
}
