@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clock {
    background: #000000;
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px;
    border: 2px solid #999999;
    color: #ffffff;
    border-radius: 20px;
    text-align: center;
    display: block;
}

#Time {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: normal;
    text-align: center;
    text-shadow: 0 0 5px #00c6ff;
}

span.point {
    padding-left: 3px;
    padding-right: 3px;
}

#EpochClock {
    font-size: 150px;
    text-shadow: 0 0 10px #00c6ff;
}

#EpochMilliseconds {
    font-size: 24px;
    margin-top: 0;
    padding: 0;
}