#smartcountdown-381-days,#smartcountdown-384-days { 
	background-image: url(../../img/countdown.png);
    background-size: cover;
	background-repeat: no-repeat;
	min-width: 90px;
	margin:0;
}

#smartcountdown-381,#smartcountdown-384 {
	font-size:12px !important;
}

#smartcountdown-381-title-before,#smartcountdown-384-title-before {
	width: 385px;
}

.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;
}

