﻿#map {
    width: 100%;
    height: calc(100vh - 56px);
}

.panel .ol-layer-group ul .layerswitcher-opacity {
    display: none;
}

#analysis-panel {
    position: absolute;
    left: 1em;
    bottom: 1em;
}

#legend-panel {
    position: absolute;
    right: 1em;
    bottom: 1em;
}

#legend > div {
    display: table-row;
    margin: 0;
    line-height: 1em;
}

#legend .color {
    display: table-cell;
    width: 1em;
    height: 1em;
}
