.app-sc.app_countdown-wrapper .app_countdown {
	min-height: 63px;
	margin-bottom: 10px;
}

.app_center {
	text-align: center;
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	/*
	border: 1px solid #ccc;
	background-color: #eee;
	*/
}
.appCountdown-rtl {
	direction: rtl;
}
.appCountdown-holding span {
	color: #888;
}
.appCountdown-row {
	clear: both;
	width: 100%;
	/* padding: 0px 2px; */
	text-align: center;
}
.appCountdown-show1 .appCountdown-section {
	width: 98%;
}
.appCountdown-show2 .appCountdown-section {
	width: 48%;
}
.appCountdown-show3 .appCountdown-section {
	width: 32.5%;
}
.appCountdown-show4 .appCountdown-section {
	width: 24.5%;
}
.appCountdown-show5 .appCountdown-section {
	width: 19.5%;
}
.appCountdown-show6 .appCountdown-section {
	width: 16.25%;
}
.appCountdown-show7 .appCountdown-section {
	width: 14%;
}
.appCountdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.appCountdown-amount {
    font-size: 200%;
}
.appCountdown-period {
    display: block;
}
.appCountdown-descr {
	display: block;
	width: 100%;
}
