div#clock {
    margin          : 0px auto;
    overflow        : hidden;
    text-align      : center;
}

div#clock p {
    background      : transparent;
    float           : left;
    width           : 19%;
    font-size       : 9px;
    text-transform  : uppercase;
    color           : #282828;
    font-family     : 'Ubuntu Condensed';
    margin          : 0;
}

div#clock p span {
    font-family : Ubuntu, sans-serif;
    display     : block;
    font-size   : 30px;
    color       : #282828;
    font-weight : bold;
    padding     : 5px 0 0;
}

div#clock div.bar {
    color       : #eee;
    display     : block;
    line-height : 1.7em;
    font-size   : 40px;
    float       : left;
    font-family : 'Ubuntu Condensed';
    font-weight : normal;
}

div#clock div.dots {
    color       : #282828;
    display     : block;
    line-height : 1.7em;
    font-size   : 30px;
    float       : left;
}