<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Raleway:700);
/*----------------------------------------------------------------
[Table of contents]

1. General
-------------------------------------------------------------------*/
/***************************************/
/* 1. GENERAL */
/***************************************/
.xmcountdown {
	overflow: hidden;
}

.xmcountdown &gt; div {
	position: relative;
	margin-right: 30px;
}

.xmcountdown &gt; div:last-child {
	margin-right: 0;
}

.xmcountdown &gt; div &gt; p {
	position: absolute;
	top: 30%;
	left: 50%;
	color: #fff;
	font-family: 'Raleway', sans-serif;	
	font-size: 2.5em; /* 40px / 16px */
	font-weight: 700;
	text-align: center;
	line-height: 23px;
	text-transform: uppercase;
}

.xmcountdown &gt; div &gt; p span.tag {
	font-size: 0.25em; /* 10px / 40px */
}</pre></body></html>