.fullsize {
    height: 100%;
    width: 100%;
}

.maprow {
    height: 97vh;
}

#map {
    height: 97vh;
    width: 98vw;
    background: white;
}


div.plot {
    width: 100%;
    height: 30vh;
}

.ctl {
    padding: 2px 10px 2px 10px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: right;
}

.align-self-start {
    align-self: flex-start;
}

.legend-container {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    gap: 0.5rem;
}
.legend-container .legend {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.legend-container .legend .legend-list {
    display: flex;
    flex-direction: column;
}
.legend-swatch {
    min-width: 1.5rem;
    min-height: 1rem;
}
.legend-container .legend .legend-list .legend-text {
    font-weight: bold;
}
.legend-container .legend .legend-list > div {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    justify-content: center;
    align-items: center;
}
