.leaflet-popup-content {
    min-width: 250px;
    max-width: 400px;
    max-height: 500px;
    overflow-y: auto;
    white-space: pre-line;
    font-size: 10pt;
    line-height: 135%;
    text-align: center;
    color: black;
}

p.popUpLabel {
    margin-top: 0;
    color: hsl(0, 0%, 0%);
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    line-height: 135%;
}

p.popUpDescription {
    color: hsl(0, 0%, 0%);
    font-size: 10pt;
    font-style: normal;
    line-height: 135%;
}

p.popUpFilename {
    margin-bottom: 0;
    color: hsl(0, 0%, 0%);
    font-size: 10pt;
    font-style: normal;
    line-height: 135%;
    opacity: 0.7;
}

/*MAP CANVAS*/

div.mapCanvas {
    visibility: visible;
    right: 114px;
    left: 114px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 50px;
    height: calc(100% - 50px);
    width: auto;
    position: fixed;
}

/*LOCATION QUESTION MAP CANVAS*/
div.locationMapContainer > div.mapCanvas {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

