#map {
  width: 90%;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.leaflet-popup-content h2 {
    font-size: 1.3em;
    margin-top: 15px;
}

.leaflet-popup-content h2 a {
    font-size: 1.2em;
}

.leaflet-popup-content h2 > a > .glyphicon {
    margin-left: 5px;
    font-size: 0.8em;
}

.leaflet-popup-content p {
    margin: 10px 0;
}

.leaflet-popup-content p > img {
    float: right;
}

