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;
}

.popup-closer {
    margin-top: 0.4rem;
    font-size: 1rem;
    line-height: 1;
    opacity: 0.6;
}

.popup-closer:hover {
    opacity: 1;
}

.popup-closer:after {
    content: "✖";
}

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