#content {
    position: fixed !important;
    top: 70px;
    height: calc(100% - 110px);
    width: 100%;
    margin: 0;
}
#map-content {
    height: 100%;
    padding: 0;
}
#map {
    height: 100%;
}
#map-search {
    position: absolute;
    top: 10px;
    left: 10px;
}
#map-legend {
    position: absolute;
    top: 60px;
    right: 5px;
}
#map-results {
    position: absolute;
    bottom: -6px;
}
#search-sidebar {
    padding: 10px;
    height: 100%;
    max-width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
#legend-sidebar {
    padding: 0;
    height: 100%;
    max-width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
#search-sidebar .card-body {
    margin: 0;
}
.infowindow img {
    max-height: 150px;
}
.infowindow p {
    line-height: 0;
}
.gm-style-iw-c {
    padding: 0 !important;
}
