body html {
    height: 100%;
}

#mapid {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
}

.info_box {
    font-weight: bold;
    color: #5A646F;
    font-size: 11px !important;
    margin-right: 10px;
}

.info_box_bg {
    border: 1px solid #000000;
    display: block;
    position: absolute;
    margin: 105px 0px 0px 15px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 10000000000;
}

.info_box_bg > table tbody td, .table tbody th {
    padding: 0.5px !important;
}

.nanobar {
    width: 100%;
    height: 4px;
    z-index: 9999;
    top: 0;
}

.bar {
    width: 0;
    height: 100%;
    transition: height .3s;
    background: #CC0000;
}

#felirat {
    text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 758px) {
    div.infowin {
        font-size: small;
    }
    div.infowin h3 {
        font-size: large;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
     div.leaflet-popup-content {
        width: calc(100% + 300px);
    } 
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {    
     div.leaflet-popup-content {
        width: calc(100% + 350px);
    } 
}