.hasCountdown { color: #454545;}
#upcoming_event_text {  margin-bottom: 0; padding-bottom: 10px; padding-left: !important;}
.hasCountdown > span { font-size: 1.5em; text-align: center; }
.countdown_rtl {direction: rtl;}
.countdown_holding span {}
.countdown_row {clear: both; text-align: center;}

.countdown_section {
    display: block; color: #aaa;
    padding: 0;
    float: left;
    text-align: center;
    margin-right:5px;
    width:114px;
    height:104px;
    background: url('../images/counter.png') no-repeat top left;
    text-align:center;
    text-transform: uppercase;
    font-size:12px;
    font-weight: bold !important;
    line-height:0px;
    position: relative;
}


.countdown_section:after {
    content: " ";
    display:block;
    position:absolute;
    top:50%;
    left:2px;
    right:2px;
    height:0px;
    border-top:1px solid rgba(0,0,0,0.4);
    border-bottom:1px solid rgba(255,255,255,0.3);
}

.countdown_amount {
    color:#393939;
    font-size:70px;
    line-height:60px;
    padding-top:20px;
    padding-bottom:10px;
    display: inline-block;
}
.countdown_section:last-child {
    color:#c5c5c5;
}

.countdown_section:last-child .countdown_amount {}

.countdown_descr {  color:black; display: block;  margin-top:10px; width: 100%;}


