<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* jQuery Countdown styles 2.0.0. */
#dateCountdownWrapper {
	position:absolute;
	width:100%;
	text-align:center;
	display:block;
	margin-top:20px;
}

.is-countdown {
	/*
	background:#222;
	background:rgba(50,50,50,0.5);
	*/
	width: 304px;
	padding:5px;
	height: 70px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	/*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown-section {
	display: block;
	width:65px;
	background:#333;
	background:rgba(50,50,50,0.6);
	/*border:1px solid #3f3f3f;*/
	border-bottom:1px solid #555;
	border-bottom-color:#555;
	border-bottom-color:rgba(255,255,255,0.2);
	margin:5px;
	padding:0;
	padding-top:4px;
	padding-bottom:4px;
	float: left;
	text-align: center;
	color:#fff;
	/*
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.countdown-amount {
    font-size: 30px;
	font-weight:normal;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.countdown-period {
	font-size: 11px;
	font-weight:normal;
	color:#eee;
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

</pre></body></html>