.marker {
    color: red;
    font-size: 20px;
}

.note-mesh{
    width: 200px;
    border: 1px solid;
}

.note-point{
    width: 200px;
    border: 1px solid;
}

.item-note-text {
    color: black;
}

.mapLegend {
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 200px;
    z-index: 500;
}
.mapLegendItem {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background-color: white;
    border: 1px solid;
}