/* jQuery Countdown styles 2.0.0. */
.is-countdown, .h_timer {
	/*border: 1px solid #ccc;*/
	/*background-color: #eee;*/
text-align: right;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	/*padding: 0px 2px;*/
}
/*
.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: inline-block;
text-align:center;
	font-size: 75%;
/*line-height:110%;width:25%;*/
	text-align: center;
	padding: 0;
}
/*.countdown-amount {
    font-size: 130%;
}*/
.countdown-period {
   display: block;
    padding-left: 2px;
}
.countdown-descr {
	display: block;
	width: 100%;
}
/*.countdown-section:nth-last-child(1) .countdown-period ,
.countdown-section:nth-last-child(2) .countdown-period ,
.countdown-section:nth-last-child(3) .countdown-period {display:none;}*/
.countdown-section:nth-last-child(3):after,
.countdown-section:nth-last-child(2):after {content:':'}
.countdown-section {width:22px;}
.countdown-section:nth-last-child(4) {width:55px;}
.timer {white-space: nowrap;}
.timer.soon, .new_forecasts_table .h_timer {font-weight: bold; /*font-size: 14px;*/ }
.timer:not(.soon) .hours {padding-left: 5px;}
@media screen and (max-width: 1500px) {
.countdown-section {width:18px;}
.countdown-section:nth-last-child(4) {width:45px;}
}
@media screen and (max-width: 700px) {
.countdown-section {line-height:150%;}
.timer:not(.soon) .hours {font-size: 0; display: none;}
}
@media screen and (max-width: 500px) {
/*.new_forecasts_table, .new_forecasts_table a {display:block;}
.new_forecasts_table a div {display:inline-block;width:24%;vertical-align: top;}
.new_forecasts_table a div:nth-child(3) {width:49%;}
.countdown-section, .countdown-amount, .timer {font-weight:bold;}
.new_forecasts_table a div.timer, .new_forecasts_table .h_timer {width:100%;display:block; font-size: 12px;}*/
.new_forecasts_table a div.timer, .new_forecasts_table .h_timer {font-size: 10px;}}