﻿
a {
    text-decoration: none;
    color: #00c6ff;
}


@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;
}

.container1 {
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
    background: #202020;
    padding-left: 10px;
    padding-right: 10px;
}

.clock {
    width: 200px;
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #333;
    color: #fff;
    font-size: 3em;
}

#Date {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 0 5px #00c6ff;
}



#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 5px;
    padding-right: 5px;
}

@-webkit-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 5px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 5px #00c6ff;
    }
}


@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 5px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 5px #00c6ff;
    }
}
