html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.map-container {
    height: 66.67vh;
}

.table-container {
    height: 33.33vh;
}

.legend-img {
    max-height: 370px;
    width: auto;
}

.popover-plot {
    height: 250px;
    min-width: 400px;
    max-width: 500px;
}

.set_transparency {
    top: 0.5em;
    right: 0.5em;
}
