/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/** Open Street Map Styles **/
.leaflet-container .leaflet-pane,
.leaflet-container .leaflet-control-container .leaflet-top,
.leaflet-container .leaflet-control-container .leaflet-bottom {
  z-index: 1;
}

.leaflet-popup-address strong {
  color: #666;
}

.leaflet-popup-links {
  margin: 5px 0 55px;
}

.leaflet-popup-links a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  outline: 0;
}

.leaflet-popup-links a:hover,
.leaflet-popup-links a:focus,
.leaflet-popup-links a:visited {
  text-decoration: none;
  outline: 0;
}

.leaflet-popup-links a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("//maps.gstatic.com/tactile/omnibox/reveal-entity-icons-20131112.png");
  margin: 0 auto;
}

.leaflet-popup-links a.poi::after {
  background-position: 0 -22px;
}

.leaflet-popup-links a.route::after {
  background-position: top left;
}
