#map {
    height: 500px;
}

#map-modal {
    height: 400px;
}
.map-index{
    margin-top: 30px;
}
.hidden-map
{
    height:0;
    overflow: hidden;
    visibility: hidden;
}
.leaflet-popup-content {
    overflow-x: hidden;
}

.leaflet-popup-content-wrapper .center-block {
    text-align: center;
}
