body {
    padding: 0;
    margin: 0;
    font-size: 0.85em;
}
html, body{
    height: 100%;
    width: 100vw;
}

#mapid { 
    height: 100vh;
}

#navContainer{
    padding: 10px 20px;
    box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.4);
    height: 100vh;
}

.title{
    font-size:28px;
    font-weight: bold;
}

.row {
    margin-bottom: 0px !important;
}



.computeDiv{
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
}

.leaflet-control-layers-expanded {
    padding: 6px 15px 6px 12px !important;
}

.priceDist{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px !important;
    border-radius: 5px
}

footer{
    text-align: right;
}