.leaflet-container { background: #d6ecf7; outline: 0; user-select:none; }
.leaflet-pane { position:absolute; left:0; top:0; width:100%; height:100%; }
.leaflet-tile-pane { z-index: 100; }
.leaflet-overlay-pane { z-index: 400; pointer-events:none; }
.leaflet-marker-pane { z-index: 600; pointer-events:none; }
.leaflet-marker-pane .leaflet-marker-icon { pointer-events:auto; text-shadow: 0 1px 3px rgba(0,0,0,.45); }
.leaflet-popup-pane { z-index: 800; pointer-events:none; }
.leaflet-popup { pointer-events:auto; }
.leaflet-popup-content-wrapper {
  background:#fff; border:1px solid #999; border-radius:4px; padding:18px 10px 10px 10px;
  max-width:390px; box-shadow:0 2px 8px rgba(0,0,0,.25); position:relative;
}
.leaflet-popup-content { font-size:9px; max-height:353px; overflow:auto; }
.leaflet-popup-content #popup table.cpcrel-kml-data-table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
}
.leaflet-popup-content #popup table.cpcrel-kml-data-table,
.leaflet-popup-content #popup table.cpcrel-kml-data-table td,
.leaflet-popup-content #popup table.cpcrel-kml-data-table th {
  border: 1px solid #777 !important;
}
.leaflet-popup-content #popup table.cpcrel-kml-data-table td,
.leaflet-popup-content #popup table.cpcrel-kml-data-table th {
  display: table-cell !important;
  padding: 3px 5px !important;
  text-align: left !important;
  vertical-align: middle !important;
}
.leaflet-popup-close-button {
  position:absolute; top:2px; right:6px; color:#333; text-decoration:none; font-size:18px; line-height:18px;
}
.leaflet-control-container { position:absolute; z-index:450; }
.leaflet-top.leaflet-left { top:10px; left:10px; }
.leaflet-top.leaflet-right { top:10px; right:10px; }
.leaflet-control.leaflet-bar {
  background:#fff; border:1px solid #999; border-radius:4px; box-shadow:0 2px 8px rgba(0,0,0,.25); overflow:hidden;
}
.leaflet-control-button {
  display:block; width:30px; height:30px; line-height:30px; text-align:center;
  text-decoration:none; color:#222; font-weight:bold; font-family:Arial,sans-serif; background:#fff; border-bottom:1px solid #ddd;
}
.leaflet-control-button:last-child { border-bottom:none; }
.leaflet-control-button:hover { background:#f2f2f2; }
.leaflet-control-pan .leaflet-control-button { font-size:16px; }
.leaflet-dragging { cursor: move; }
