#mapCanvas {
    height: 380px;
    width: 680px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.ol-popup-closer {
    color: #3baae3;
    font-size: 16px;
}

.ol-popup-content {
/*    font-size: 0.7em;
    color: #3baae3;*/
    min-width: 300px;
    max-height: 550px;
/*    font-size: 0.8em;*/
    border: 1px solid black;
    margin-top: 8px;
    padding: 5px;
}

.tooltip {
    padding: 5px;
    background-color: #ffffff;
}

.layer-switcher {
    position: absolute;
    left: 0.5em;
    right: auto;
    top: auto;
    bottom: 0.5em;
    text-align: left;
}
.layer-switcher.shown {
    bottom: 0.5em;
}
