.leaflet-container {
    width: 100%;
    height: 400px;
    z-index: 1;
    background: #fff;
}

.leaflet-bar a i {
    font-size: 1.2em;
    line-height: 26px;
}

.leaflet-bar a i.fa-crosshairs {
    font-size: 1.1em;
}

.leaflet-bar a i.fa-map-pin {
    font-size: 1.1em;
}

.leaflet-bar a {
    background-color: #fff;
    color: #444;
}

.leaflet-bar a.active {
    background-color: #2074B6;
    color: #fff;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
    color: #444;
}

.leaflet-bar a.active:hover {
    background-color: #1864A5;
    color: #fff;
}
