﻿
.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;
	width: 60px;
    height: 50px;
    font-family: Arial;
    font-weight: bold;
    font-size: 55px;
    line-height: 60px;
    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: 72px !important;
    display: inline-block !important;
    padding-left: 12px;

}
.county > span > span
{
    display: block;
}
.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds
{
    font-size: 12px !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
{
   
    color: White;
    
}
.county.black .county-label-days, .county.black .county-label-hours, .county.black .county-label-minutes, .county.black .county-label-seconds
{
    color: #fff;
	position:relative;
	top:-10px;
}
.county.black span.separator-left
{
  
}
.county.black span.separator-right
{
    border-right: solid 1px #999;
}
