.smartcountdown {
	font-size: 12px /* Important: has to be equal to SCD_BASE_FONT_SIZE */
}
.scd-all-wrapper {
	width: 100%;
	font-size: inherit;
}
/* some templates define line-height for elements, have to reset it for countdown */
.scd-title-col, .scd-title-row, .scd-digits {
	line-height: 1.2em;
}
.scd-title-col {
	clear: both;
	margin: 0.5em 0;
}
.scd-title-row {
	float: left;
	margin: 0 0.5em;
}
.scd-counter-col {
	display: inline-block; /* required to center counter block, we have removed !important because it confilicted with hide_countup_counter $$$ check in other templates */
	clear: both;
}
.scd-counter-row {
	float: left;
	margin: 0 0.5em;
}
.scd-unit-vert {
	clear: both;
	/*margin: 0.5em 0; moved to module options*/
}
.scd-unit-horz {
	float: left;
	/*margin: 0 1.0em; moved to module options*/
}
.scd-digits-col {
	clear: both;
	text-align: center;
}
.scd-digits-row {
	float: left;
	text-align: right;
}
.scd-label-col {
	clear: both;
	text-align: center;
	margin: 0.3em 0;
}
.scd-label-row {
	float: left;
	text-align: left;
	margin: 0 0.3em;
}
.scd-digit {
	display: inline-block;
	position: relative;
	overflow: hidden; /* we should remove this rule when we update all affected animations profile: "sliding text" and "text rotation bounce" */
}
.scd-digit div, .scd-digit img {
	position: absolute;
	display: block;
}
.scd-digit img {
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}
.scd-digit div {
	font-size: inherit;
}

.spinner {
	/* background url added dynamically in helper script */
	background-size: 16px 16px;
	display: none;
	/* float: right; */
	opacity: .7;
	filter: alpha(opacity=70);
	width: 16px;
	height: 16px;
	margin: 5px 5px 0;
}
.spinner {
	background:
		url('../images/wpspin_light.gif')
		no-repeat;
}
