﻿#earlybird_countdown {
    width:auto !important;
    margin-bottom: 15px;
}

#earlybird_countdown_2 {
    width: auto !important;
    margin-bottom: 15px;
}

.county-reflection
{
    display:none;
}

#earlybird_countdown_2.county > span {
    color:#333;
}

#earlybird_countdown_2 span[class*=wrapper],
#earlybird_countdown_2 span[class*=label] {
    border:0;
    width: 80px !important;
}

#earlybird_countdown span[class*=wrapper],
#earlybird_countdown span[class*=label] {
    width: 50px !important;
}

.county > span
{
    display: inline-block;    
    font-size: 26px;
    position: relative;        
    color: #fff;
}

.county-days-wrapper, .county-hours-wrapper, .county-minutes-wrapper, .county-seconds-wrapper
{
    overflow: hidden !important;
    height: 42px !important;
    border-right:1px solid #ccc;
    margin-top:5px;
    padding:0;
}

.county > span > span
{
    display: block;
    width: 100% !important;
}

.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds
{
    font-size:10px !important;
    top: -5px !important;
    margin-bottom: 7px;
}

.clear
{
    clear: both; 
}