#osm-map {
    height: 100%;
    width: 100%;
    min-height: 530px;
}

#legend {
    width: 100%;
    text-align: center;
}

.leg-d1 {
    padding-top: 20px;
    width: 33.33%;
    color: #fff !important;
    background-color: green !important
}

.leg-d2 {
    padding-top: 20px;
    width: 33.33%;
    color: #fff !important;
    background-color: orange !important
}

.leg-d3 {
    padding-top: 20px;
    width: 33.33%;
    color: #fff !important;
    background-color: red !important
}
