<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#countdown_dashboard {
	height: 18px;
}

.dash {
	height: 18px;
	background:#666666;
	float: left;
	position: relative;
	color: #FFFFFF;
}

.weeks_dash {
	background:#666666;
}

.days_dash {
	background:#666666;
}

.hours_dash {
	clear: left;
	background:#666666;
}

.minutes_dash {
	background:#666666;
}

.seconds_dash {
	background:#666666;
}

.dash .digit {
	color:#FFFFFF;
	font: bold 16px Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: left;
	width: 14px;
	text-align: center;
	position: relative;
}

.dash .digit .top {
	color:#FFFFFF;
	font: bold 16px Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: left;
	width: 14px;
	text-align: center;
	position: relative;
}

.dash .digit .bottom {
	color:#FFFFFF;
	font: bold 16px Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: left;
	width: 14px;
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}
</pre></body></html>