/* we have to define a height in CSS */
#nice-map {
  height: 300px;
}

.leaflet-popup-content {
    padding: 15px!important;
}

.leaflet-popup-tip {
    margin-top: -15px!important;
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: 41px!important;
}

.leaflet-control-attribution.leaflet-control {
    display: none!important;
}

#map-tile span {
    z-index: 999!important;
}