﻿

.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
{
    border-left: 1px solid transparent;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
}
.county span.last
{
    border-right: 1px solid transparent;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
}

.county > span
{
    display: inline-block;
    height: auto;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 4em;
    line-height: 1.5em;
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}

.county-days-wrapper, .county-hours-wrapper, .county-minutes-wrapper, .county-seconds-wrapper
{
    overflow: hidden !important;
    position: relative !important;
    height: 1.5em !important;
    display: inline-block !important;
    padding-left: 10px;
    padding-right: 5px;
    margin: auto;
    min-width: 1.5em;
}
.county > span > span
{
    display: block;
}
.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds
{
    font-size: 1em !important;
    line-height: 1em !important;
    height: 1em !important;
    text-align: center !important;
    padding-right: 2em !important;
    padding-left: 1em !important;
    padding-top: 0px;
    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
{
    background: transparent;
    color: #fff;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}
.county.black .county-label-days, .county.black .county-label-hours, .county.black .county-label-minutes, .county.black .county-label-seconds
{
    color: #fff;
}
.county.black span.separator-left
{
    border-left: solid 1px transparent;
}
.county.black span.separator-right
{
    border-right: solid 1px transparent;
}

#my-count-down{
	text-align: center; margin: auto; padding: 0; width: auto;
}

