.data {
    font-family : Verdana, Arial;
    font-size   : 14px;
    text-align  : center;
    font-weight : bolder;
}

.dzien {
    color       : orange;
    font-family : Verdana, Arial;
    font-size   : 10px;
    font-weight : bolder;
}

.koniecroku {
    font-family : Verdana, Arial;
    font-size   : 10px;
    font-weight : bolder;
}

.zegar {
    color       : orange;
    font-family : Georgia, "Times New Roman", Times, serif;
    font-size   : 25px;
    font-weight : bolder;
    text-shadow : 0 0 10px #00FF00;
}

.odliczdate {
    color       : #ffee00;
    font-family : Verdana, Arial;
    font-size   : 10px;
    font-weight : bolder;
}

.imieniny {
    color       : #00ff4c;
    font-family : Verdana, Arial;
    font-size   : 14px;
    font-weight : bolder;
}

.imiona {
    color       : #00a2ff;
    font-family : Verdana, Arial;
    font-size   : 12px;
    font-weight : bolder;
}

.reg {
    color       : #ff0000;
    font-family : Verdana, Arial;
    font-size   : 10px;
    font-weight : bolder;
}

.dznak {
    color       : #00a2ff;
    font-family : Verdana, Arial;
    font-size   : 10px;
    font-weight : bolder;
}

.znak {
    font-family : Verdana, Arial;
    font-size   : 10px;
    font-weight : bolder;
}

.blinking {
    display                   : inline-block;
    border                    : 2px solid #5e5e5e;
    padding                   : 5px;
    border-radius             : 100%;
    animation-name            : blinking;
    animation-duration        : 5s;
    animation-iteration-count : 100;
}

@keyframes blinking {
    100% {
        border-color : orange;
    }
}