body { margin:0; padding:0; font-family: 'Montserrat', sans-serif;}

#map { position:absolute; top:0; bottom:0; width:100%;z-index: 1;}

.info_overlay {
    width: 500px;
    top:10px;
    right:10px;
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.95);
    pointer-events: auto;
    padding:10px 20px 30px 20px;
    display: none;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {

    .info_overlay {
background-color: rgba(255, 255, 255, 0.95);
        width:auto;
        right:5px;
        top:5px;
        left:5px;
    }
}

.info_overlay h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}


.info_overlay h4 {
    font-size: 16px;
    font-weight: 700;
}

.info_overlay h5,
.info_overlay a {
    font-size: 13px;
    color:#000;
    font-weight: 600;
}



table {
    font-size: 11px;
    width:100%
}

.table  .thead-dark th{
    background: #00587d !important;
}

.ruteheader {
    cursor:pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;

}
.rutetable {
    display: none;
}

.cl_btn {
    float:right;
}

.holstebro_blaa {
    color:#02587D;
    font-style: italic;
    margin-top:20px;

}
