#map {
    height: 400px; 
    margin-left: 15px; 
    margin-right: 15px;
    font-size: 12px;
}

.popupTable {
    padding: 3px;
    width: 100px;
}

.popupTable table,
.popupTable th,
.popupTable td {
    border: 1px solid black;
    padding: 3px;
}

.custom-control {
    background-color: white;
    border: 2px solid #999;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.custom-control:hover {
    background-color: #f0f0f0;
}

.legend {
    line-height: 15px;
    color: #555;
    background-color: white;
    padding: 5px;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    opacity: 0.7;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid black;
}

.legend span {
    margin-right: 5px;
}