
.county-reflection
{
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
}
.county
{
	 border-radius: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.county span.first
{
	
}
.county span.last
{

}

.county > span
{
    display: inline-block;
	padding:10px;
    font-size: 70px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
	text-align:center;
	
}

.county-days-wrapper, .county-hours-wrapper, .county-minutes-wrapper, .county-seconds-wrapper
{
    overflow: hidden !important;
    position: relative !important;
    height: 20px !important;
    display: inline-block !important;
    padding:0px;

}
.county > span > span
{
    display: block;
}
.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds
{
    font-size: 11px !important;
    line-height: 18px !important;
    height: 18px !important;
    text-align: center !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px;
	padding-bottom:20px;
    background-color: transparent; !important;
}

.clear
{
    clear: both;
}
/*color schemes*/
/*black*/
.county.black .county-days-wrapper, .county.black .county-hours-wrapper, .county.black .county-minutes-wrapper, .county.black .county-seconds-wrapper
{
	font-size:25px;
	color:#fff;
	font-family:Droid Serif;
	font-weight:300px;
	background:red;
	border-right:10px solid #fff;
    
}
.county.black .county-label-days, .county.black .county-label-hours, .county.black .county-label-minutes, .county.black .county-label-seconds
{
    color: #999;
	font-family:Open Sans;
	font-weight:600;
	font-size:14px;
	position:relative;
	top:-5px;
	right:5px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.county.black span.separator-left
{
  
}
.county.black span.separator-right
{
    border-right: solid 1px #fff;
}
