a {display:block;} 
a #pomiar:hover{border: 1px dotted #193A5D; box-shadow: 0px 0px 6px #888;}

@font-face {
             font-family: 'digital-7';
             src: url(/meteo1/fonts/digital-7mono.ttf);
}

#TRESC {
    position: relative;
    width: 640px;
    height: 480px;
    border: 1px dotted black;
    border-radius: 10px;
    background-color: #E5E8F1;
    box-shadow:15px 15px 15px #888;
    #box-shadow:15px 15px 15px pink;
}

#t {
    font-family: digital-7;
    font-size: 70px;
    color: #193A5D;
    text-shadow: 2px 2px 6px #999;
}

#TIME {
    font-family: digital-7;
    font-size: 60px;
    color: #193A5D;
    text-shadow: 2px 2px 6px #999;
}

#DATE {
    font-family: digital-7;
    font-size: 30px;
    color: #193A5D;
    text-shadow: 2px 2px 6px #999;
}


#RH, #P, #DIR, #OPAD_1, #OPAD_24, #MOON {
    font-family: digital-7;
    font-size: 50px;
    color: #193A5D;
    text-shadow: 2px 2px 6px #999;
}


#pomiar {
    border: 1px dotted #193A5D;
    border-radius: 10px;
    background-color: #E5E8F1;

}

#opis {
    font-size: 10px;
    color: #193A5D;
    background-color: #E5E8F1;
    padding-left: 10px;
    padding-right: 10px;
}



#COMMENT {
    font-size: 25px;
    color: #193A5D;
    background-color: #E5E8F1;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#jednostka {
    font-size: 30px;
    color: #193A5D;
    padding-left: 10px;
    padding-right: 10px;
}

#jednostka1 {
    font-size: 15px;
    color: #193A5D;
    padding-left: 5px;
    padding-right: 5px;
}

#LOC {font-family: digital-7;
    font-size: 40px;
}


#linia_w {
    width: 3px;
    height: 2px;
    background-color: #193A5D;
    box-shadow: 2px 2px 6px #444;
    position: absolute; left: 40px; top: 120px;
}

#skala_w {
    width: 10px;
    height: 2px;
    background-color: #193A5D;
    box-shadow: 2px 2px 6px #444;
    position: absolute; left: 40px; top: 120px;
}

#skala_w_min_max {
    #width: 10px;
    #height: 2px;
    color: #193A5D;
    #box-shadow: 2px 2px 6px #444;
    #position: absolute; left: 40px; top: 120px;
}

#opis_skala {
    font-size: 8px;
    color: #193A5D;
    #background-color: #E5E8F1;
    #padding-left: 10px;
    #padding-right: 10px;
}

