﻿body {

}

@font-face {
    font-family: ledFont;
    src: url(../fonts/jd_led3.ttf) format('truetype');
}

.vodomjer {
    /*font-family:ledFont;*/
    /*font-family: 'Press Start 2P', cursive;
    font-family: 'Black Ops One', cursive;*/
    /*font-family: 'Bungee Inline', cursive;
    font-family: 'Faster One', cursive;*/
    /*font-family: 'Plaster', cursive;*/
    font-family: 'Black Ops One', cursive;
    font-size: 70px;
    /*color: white;*/
}

.plinomjer {
    font-family: 'Bungee Inline', cursive;
    font-size: 70px;
    /*color: white;*/
}

.display {
    font-family: 'Bungee Inline', cursive;
    font-size: 50px;
    color: lightgray;
}

.mapWrapper {
    position: absolute;
    top: 160px;
    bottom: 50px;
    width: 100%;
}

#mapFull {
    position: absolute;
    top: 0px;
    bottom: 0px;
    min-height: 100%;
    width: 96%;
    z-index: 0;
}

.overmap {
    position: absolute;
    top: 20px;
    right: 90px;
    z-index: 1;
    padding: 10px;
    border: 1px solid #BBB;
    background: white;
    width: 580px;
}

.overmapSmall {
    position: absolute;
    top: 20px;
    right: 90px;
    z-index: 1;
    padding: 10px;
    border: 1px solid #BBB;
    background: white;
    width: 280px;
}





