.sc_countdown {
	overflow:hidden;
}

.sc_countdown.alignleft .sc_countdown_content {		text-align:left; }
.sc_countdown.aligncenter .sc_countdown_content {	text-align:center; }
.sc_countdown.alignright .sc_countdown_content {	text-align:right; }

.sc_countdown .sc_countdown_inner {
	display:inline-block;
}
.sc_countdown .sc_countdown_item {
	display:block;
	float:left;
	text-align:center;
}
.sc_countdown .sc_countdown_digits {
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom: 12px;
}
.sc_countdown .sc_countdown_digits span {
	display:inline-block;
}
.sc_countdown .sc_countdown_separator {
	display:block;
	float:left;
	margin: 0 8px;
	font-weight:400;
}
.sc_countdown .sc_countdown_label {
	font-weight:400;
}

/* Style Default */
.sc_countdown_default .sc_countdown_digits,
.sc_countdown_default .sc_countdown_separator {
	font-size:3em;
	height: 1.3333em;
	line-height:1.3333em;
	
}
.sc_countdown_default .sc_countdown_digits span {
	display:inline-block;
	text-align:center;
	width: 1.1333em;
	background-color:#f0f0f0;
}
.sc_countdown_default .sc_countdown_digits span+span {
	margin-left:2px;
}

/* Style Circle */
.sc_countdown_circle .sc_countdown_digits,
.sc_countdown_circle .sc_countdown_separator {
	font-size:2.4em;
	height: 2.5em;
	line-height:2.5em;
	margin-bottom:6px;
}
.sc_countdown_circle .sc_countdown_item {
	position:relative;
}
.sc_countdown_circle .sc_countdown_digits {
	width: 2.5em;
	border-width: 6px;
	border-style: solid;
	background-color:#f0f0f0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_countdown_circle canvas {
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	-webkit-transform:rotate(-90deg);
	   -moz-transform:rotate(-90deg);
	    -ms-transform:rotate(-90deg);
	        transform:rotate(-90deg);
}
