/* UX Countdown Shortcode Styles */
.ux-timer{
	width:100%;
	position:relative;
	border-spacing: 5px;
	font-size: 300%;
	display: table;
	background: #2e2e2e;
	border-radius: 5px;
  table-layout: fixed;
}
.ux-timer span{
	font-family: 'merriweather' !important;
	display:table-cell;
	font-weight: bolder;
	text-align: center;
	color:#f3a000;
	line-height: 80%;
	padding: .4em .1em .1em;
	margin:0 .05em .2em;
	border-radius: 5px;
}
.ux-timer span strong{
	font-family: 'merriweather' !important;
	font-size: 14px;
	opacity: .7;
	margin-top: 10px;
	color: #fff;
	display: block;
}
.ux-timer.light span{
	background-color: rgba(255,255,255,.85);
	color: #000;
}
.ux-timer-text span{
	font-weight: bolder;
	display: inline-block;
	margin: 0 .35em
}
.ux-timer-text strong{
	margin-left: .2em
}


/*Version 2*/
.ver2-countdown .ux-timer span{
	font-family: 'Roboto' !important;
	display:table-cell;
	font-weight: bolder;
	text-align: center;
	color:#fff;
	line-height: 80%;
	padding: .4em .1em .1em;
	margin:0 .05em .2em;
	border-radius: 5px;
}
.ux-timer span strong{
	font-family: 'Roboto' !important;
	font-size: 14px;
	opacity: .7;
	margin-top: 10px;
	color: #fff;
	display: block;
}
.ux-timer.light span{
	background-color: rgba(255,255,255,.85);
	color: #000;
}
.ux-timer-text span{
	font-weight: bolder;
	display: inline-block;
	margin: 0 .35em
}
.ux-timer-text strong{
	margin-left: .2em
}