
#settings_toggler {
    display:inline-block;
}
#informations_toggler {
    display:inline-block;
}
#settings_white {
    visibility:visible;
}

#map { width:100%; height:98%; z-index: 0;}
.map-overlay-3 {
    width: 260px;
    top: 10px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
    border-radius: 8px;
    margin: auto; 
    position: relative;z-index: 3;
    text-align: center;
    font-size: 14px;
}

.map-overlay-inner fieldset {
    border: none;
    padding: 0;
    margin: 0 0 10px;
    z-index:4;
}

.map-overlay-inner .categoryLabel {
    font-weight: bold;
    margin: 0 0 5px;
    z-index: 3;
}
#legend {
    position: absolute; 
    bottom: 0;
    right: 0;

    padding: 4px;
    padding-left: 10px;
    height: 140px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 80px;
    background-color: #fff;
    z-index: 4;
    font-size: 12px;

    border-radius: 8px;

    border-style: dashed;
    border-width: 6px;
    border-color: blueviolet;
}
.legend-key {
    display:inline-block;
    border-radius: 20%;
    width: 20px;
    height: 8px;
    margin-left: 14px;
    z-index: 5;
}
.legend-value {
    display:inline-block;
    margin-left: 15px;
}
figcaption::before {
    content: ""; }

#last_score_settings {
    margin-bottom: 20px;
}

#pois_of_interest2{
  border-style: dashed;
  border-width: 6px;
  border-color: #2ee63a;
}