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

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

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

.bxr-countdown .bxr-tiles > span{
    max-width: 48px;
    text-align: center;
    margin: 0 4px;
    display: inline-block;
    position: relative; 
    width: 46px;
    padding: 0px 0;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px 4px 0px 0px;
    font-size: 17px;
    font-weight: bold;
    color: #222222;
}

.bxr-countdown .bxr-tiles > span:after{
    border-top: 1px solid #9B9B9B;
    display: block;
    position: absolute;    
    content: ':';
    width: auto;
    height: auto;    
    left: initial;
    right: -8px;
    top: initial;
    bottom: -8px;
    border: none;
    background: none;
    color: #888888;
}

.bxr-countdown .labels{   
    display: inline-block;
    width: auto;
    height: 20px;
    text-align: initial;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bxr-countdown .labels li{
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;    
    width: 46px;
    color: #6d6d6d;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    margin: 0px 6px 0px 2px;
    display: block;
    float: left;
    padding: 2px 0px;
}

bxr-countdown .bxr-tiles.gray > span {
    background: #d9d9d9; /* Old browsers */
    background: -moz-linear-gradient(top, #d9d9d9 1%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d9d9d9 1%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d9d9d9 1%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    border-bottom-color: #cfcfcf;    
}

.bxr-countdown .bxr-tiles > span:last-child:after {
    content: '';
    height: auto; 
}

.bxr-countdown .labels li.days {
    margin-left: 0px;
}

.bxr-countdown .labels li.seconds {
    margin-right: 0px;
}

.bxr-countdown .labels.gray li { 
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e6e6 0%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6e6e6 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
