.bxr-countdown{
    display: none;
    width: 204px;
    height: 96px;
    margin-bottom: 14px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 300;
    color: #414141;
}

.bxr-countdown .bxr-countdown-title {
    margin-bottom: 4px;
}

.bxr-countdown .bxr-tiles{
    position: relative;
    z-index: 1;
}

.bxr-countdown .bxr-tiles > span{
    width: 36px;
    max-width: 48px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #181818;
    background-color: #d2d2d2;
    background-image: -webkit-linear-gradient(top, #d2d2d2, #eee);
    background-image: -moz-linear-gradient(top, #d2d2d2, #eee);
    background-image: -ms-linear-gradient(top, #d2d2d2, #eee);
    background-image: -o-linear-gradient(top, #d2d2d2, #eee);
    border-top: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    margin: 0 4px;
    padding: 6px 0;
    display: inline-block;
    position: relative;
}

.bxr-countdown .bxr-tiles > span:after{
    content:"";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #9B9B9B;
    display: block;
    position: absolute;
    top: 48%; left: 0;
}

.bxr-countdown .labels{
    width: 100%;
    height: 20px;
    text-align: center;
}

.bxr-countdown .labels li{
    width: 40px;
    font-size: 9px;
    color: #777;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}