﻿body, html
{
    font-size: 12px;
}
.county-reflection
{
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
}
.county
{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.county span.first
{
    padding-left: 12px;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
}
.county span.last
{
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
}

.county > span
{
    display: inline-block;
    height: 48px;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 60px;
    position: relative;
    overflow: hidden;
    padding-right: 12px;
}

.county-days-wrapper, .county-hours-wrapper, .county-minutes-wrapper, .county-seconds-wrapper
{
    overflow: hidden !important;
    position: relative !important;
    height: 60px !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: 12px;
    background-color: transparent !important;
}

.clear
{
    clear: both;
}
/*color schemes*/
/*blue*/

.county.blue .county-days-wrapper, .county.blue .county-hours-wrapper, .county.blue .county-minutes-wrapper, .county.blue .county-seconds-wrapper
{
    color: white;
    background: #1C75BC;
    background: -moz-linear-gradient(top,  #1C75BC 0%, #1C75BC 40%, #50BCE6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1C75BC), color-stop(40%,#1C75BC), color-stop(100%,#50BCE6));
    background: -webkit-linear-gradient(top,  #1C75BC 0%,#1C75BC 40%,#50BCE6 100%);
    background: -o-linear-gradient(top,  #1C75BC 0%,#1C75BC 40%,#50BCE6 100%);
    background: -ms-linear-gradient(top,  #1C75BC 0%,#1C75BC 40%,#50BCE6 100%);
    background: linear-gradient(to bottom,  #1C75BC 0%,#1C75BC 40%,#50BCE6 100%);
    /*border-top: solid 1px #50BCE6;
    border-bottom: solid 1px #50BCE6; */
}
.county.blue .county-label-days, .county.blue .county-label-hours, .county.blue .county-label-minutes, .county.blue .county-label-seconds
{
    /*color: #1C75BC;*/
    color: #ccc;
    margin-top: -4%;
    font-weight: normal !important;
}
.county.blue span.separator-left
{
    /*border-left: solid 1px #50BCE6;*/
    border-left: solid 1px #ffffff;
}
.county.blue span.separator-right
{
    /*border-right: solid 1px #50BCE6;*/
    border-left: solid 1px #ffffff;
}
