/* Contdonwn */


.cdt {
    position: relative;
    font-size: 40px;
    color: #FFFFFF;
    margin: -10px 0 30px;
    font-weight: normal;
    text-align:center;
}
.cdtw {
    position: relative;
    font-size: 50px;
    color: #FFFFFF;
    margin: -40px 0 00px;
    font-weight: normal;
    text-align:center;
}
.cdt .number-wrapper {
    margin: 5px;
    position: relative;
    background: #3d7385;
}

.cdtw .number-wrapper {
    margin: 5px;
    background: #3d7385;
    position: relative;
}
.cdt .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #3d7385;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 20px;
    height: 85px;
    line-height: 65px;
    text-align: center;
    border: none;
}
.cdtw .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 8px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #555;
}   
.cdt .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
}
     
.caption {
   font-size: 14px;
   position: absolute;
   bottom: -20px;
   left: 0;
   text-align: center;
   width: 100%;
   color: #FFFFFF;
}

.end {font-size: 40px; text-transform: uppercase;}