#deliveryCountdownBlock {
    padding-top:2px;
    width: 100%;
    height: 32px;
    background-color: #000;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align:center;
}

#deliveryCountdownBlock .showdeliverytime {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#deliveryCountdownBlock .showdeliverytime_small {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}

#deliveryCountdownBlock .showdeliverytime_clearfix {
    display: block;
    height: 1px;
    clear: both;
    width:400px;
    overflow:hidden;
}

#deliveryCountdownBlock .showdeliverytime_clearfix {
    display: block;
    height: 1px;
    clear: both;
    width: 400px;
    overflow:hidden;
}

@media(max-width:400px) {
    #deliveryCountdownBlock {
        max-width: 100%;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}