html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 200 10px/1.8 Montserrat, sans-serif;
    color: #777;
}

#mymap {
    position: relative;
    top: 50px;
    height: 95vh;
    width: 100%;
    background-color: #2d2d2d;
}

#tools {
    position: fixed;
    z-index: 999999999999;
    bottom: 5px;
    left: 0px;
/*    background-color: #ddd;
    opacity: 0.7;*/
    /*width: 50%;*/
}

#info {
    padding: 10px 20px;
    line-height: 20px;
    height: 40px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid transparent;
}


.map-info {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 14px !important;
}

.map-info h4 {
    font-size: 18px !important;
    background-color: #fff !important;
    color: #2d2d2d !important;
}


tr.clicked {
    background-color: #cfd7df;
}

td.clicked {
    background-color: #cfd7df;
}

@media (max-width:768px){
    .mymap{
        top: 55px;
    }
}
/*
#mymap {
    width: 100%;
    height: 100%;
}

.CodeMirror {
    border: 1px solid #eee;
    height: 550px;
    width: auto;
}
*/
