6 .leaflet-marker-shadow,
 
   8 .leaflet-tile-container,
 
  13 .leaflet-overlay-pane svg,
 
  23         -ms-touch-action: none;
 
  28 .leaflet-marker-shadow {
 
  29         -webkit-user-select: none;
 
  30            -moz-user-select: none;
 
  32         -webkit-user-drag: none;
 
  35 .leaflet-marker-shadow {
 
  38 /* map is broken in FF if you have max-width: 100% on tiles */
 
  39 .leaflet-container img {
 
  40         max-width: none !important;
 
  42 /* stupid Android 2 doesn't understand "max-width: none" properly */
 
  43 .leaflet-container img.leaflet-image-layer {
 
  44         max-width: 15000px !important;
 
  50 .leaflet-tile-loaded {
 
  57 /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
 
  58 .leaflet-overlay-pane svg {
 
  59         -moz-user-select: none;
 
  62 .leaflet-tile-pane    { z-index: 2; }
 
  63 .leaflet-objects-pane { z-index: 3; }
 
  64 .leaflet-overlay-pane { z-index: 4; }
 
  65 .leaflet-shadow-pane  { z-index: 5; }
 
  66 .leaflet-marker-pane  { z-index: 6; }
 
  67 .leaflet-popup-pane   { z-index: 7; }
 
  74         behavior: url(#default#VML);
 
  75         display: inline-block;
 
  80 /* control positioning */
 
 109 .leaflet-right .leaflet-control {
 
 112 .leaflet-top .leaflet-control {
 
 115 .leaflet-bottom .leaflet-control {
 
 118 .leaflet-left .leaflet-control {
 
 121 .leaflet-right .leaflet-control {
 
 126 /* zoom and fade animations */
 
 128 .leaflet-fade-anim .leaflet-tile,
 
 129 .leaflet-fade-anim .leaflet-popup {
 
 131         -webkit-transition: opacity 0.2s linear;
 
 132            -moz-transition: opacity 0.2s linear;
 
 133              -o-transition: opacity 0.2s linear;
 
 134                 transition: opacity 0.2s linear;
 
 136 .leaflet-fade-anim .leaflet-tile-loaded,
 
 137 .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
 
 141 .leaflet-zoom-anim .leaflet-zoom-animated {
 
 142         -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
 
 143            -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
 
 144              -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
 
 145                 transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
 
 147 .leaflet-zoom-anim .leaflet-tile,
 
 148 .leaflet-pan-anim .leaflet-tile,
 
 149 .leaflet-touching .leaflet-zoom-animated {
 
 150         -webkit-transition: none;
 
 151            -moz-transition: none;
 
 156 .leaflet-zoom-anim .leaflet-zoom-hide {
 
 167         cursor: -webkit-grab;
 
 174 .leaflet-dragging .leaflet-container,
 
 175 .leaflet-dragging .leaflet-clickable {
 
 177         cursor: -webkit-grabbing;
 
 178         cursor:    -moz-grabbing;
 
 188 .leaflet-container a {
 
 191 .leaflet-container a.leaflet-active {
 
 192         outline: 2px solid orange;
 
 195         border: 2px dotted #38f;
 
 196         background: rgba(255,255,255,0.5);
 
 200 /* general typography */
 
 202         font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
 
 206 /* general toolbar styles */
 
 209         box-shadow: 0 1px 5px rgba(0,0,0,0.65);
 
 213 .leaflet-bar a:hover {
 
 214         background-color: #fff;
 
 215         border-bottom: 1px solid #ccc;
 
 221         text-decoration: none;
 
 225 .leaflet-control-layers-toggle {
 
 226         background-position: 50% 50%;
 
 227         background-repeat: no-repeat;
 
 230 .leaflet-bar a:hover {
 
 231         background-color: #f4f4f4;
 
 233 .leaflet-bar a:first-child {
 
 234         border-top-left-radius: 4px;
 
 235         border-top-right-radius: 4px;
 
 237 .leaflet-bar a:last-child {
 
 238         border-bottom-left-radius: 4px;
 
 239         border-bottom-right-radius: 4px;
 
 242 .leaflet-bar a.leaflet-disabled {
 
 244         background-color: #f4f4f4;
 
 248 .leaflet-touch .leaflet-bar a {
 
 257 .leaflet-control-zoom-in,
 
 258 .leaflet-control-zoom-out {
 
 259         font: bold 18px 'Lucida Console', Monaco, monospace;
 
 262 .leaflet-control-zoom-out {
 
 266 .leaflet-touch .leaflet-control-zoom-in {
 
 269 .leaflet-touch .leaflet-control-zoom-out {
 
 276 .leaflet-control-layers {
 
 277         box-shadow: 0 1px 5px rgba(0,0,0,0.4);
 
 281 .leaflet-control-layers-toggle {
 
 282         background-image: url(images/layers.png);
 
 286 .leaflet-retina .leaflet-control-layers-toggle {
 
 287         background-image: url(images/layers-2x.png);
 
 288         background-size: 26px 26px;
 
 290 .leaflet-touch .leaflet-control-layers-toggle {
 
 294 .leaflet-control-layers .leaflet-control-layers-list,
 
 295 .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
 
 298 .leaflet-control-layers-expanded .leaflet-control-layers-list {
 
 302 .leaflet-control-layers-expanded {
 
 303         padding: 6px 10px 6px 6px;
 
 307 .leaflet-control-layers-selector {
 
 312 .leaflet-control-layers label {
 
 315 .leaflet-control-layers-separator {
 
 317         border-top: 1px solid #ddd;
 
 318         margin: 5px -10px 5px -6px;
 
 322 /* attribution and scale controls */
 
 324 .leaflet-container .leaflet-control-attribution {
 
 326         background: rgba(255, 255, 255, 0.7);
 
 329 .leaflet-control-attribution,
 
 330 .leaflet-control-scale-line {
 
 334 .leaflet-control-attribution a {
 
 335         text-decoration: none;
 
 337 .leaflet-control-attribution a:hover {
 
 338         text-decoration: underline;
 
 340 .leaflet-container .leaflet-control-attribution,
 
 341 .leaflet-container .leaflet-control-scale {
 
 344 .leaflet-left .leaflet-control-scale {
 
 347 .leaflet-bottom .leaflet-control-scale {
 
 350 .leaflet-control-scale-line {
 
 351         border: 2px solid #777;
 
 354         padding: 2px 5px 1px;
 
 358         -moz-box-sizing: content-box;
 
 359              box-sizing: content-box;
 
 362         background: rgba(255, 255, 255, 0.5);
 
 364 .leaflet-control-scale-line:not(:first-child) {
 
 365         border-top: 2px solid #777;
 
 369 .leaflet-control-scale-line:not(:first-child):not(:last-child) {
 
 370         border-bottom: 2px solid #777;
 
 373 .leaflet-touch .leaflet-control-attribution,
 
 374 .leaflet-touch .leaflet-control-layers,
 
 375 .leaflet-touch .leaflet-bar {
 
 378 .leaflet-touch .leaflet-control-layers,
 
 379 .leaflet-touch .leaflet-bar {
 
 380         border: 2px solid rgba(0,0,0,0.2);
 
 381         background-clip: padding-box;
 
 391 .leaflet-popup-content-wrapper {
 
 396 .leaflet-popup-content {
 
 400 .leaflet-popup-content p {
 
 403 .leaflet-popup-tip-container {
 
 415         margin: -10px auto 0;
 
 417         -webkit-transform: rotate(45deg);
 
 418            -moz-transform: rotate(45deg);
 
 419             -ms-transform: rotate(45deg);
 
 420              -o-transform: rotate(45deg);
 
 421                 transform: rotate(45deg);
 
 423 .leaflet-popup-content-wrapper,
 
 427         box-shadow: 0 3px 14px rgba(0,0,0,0.4);
 
 429 .leaflet-container a.leaflet-popup-close-button {
 
 433         padding: 4px 4px 0 0;
 
 437         font: 16px/14px Tahoma, Verdana, sans-serif;
 
 439         text-decoration: none;
 
 441         background: transparent;
 
 443 .leaflet-container a.leaflet-popup-close-button:hover {
 
 446 .leaflet-popup-scrolled {
 
 448         border-bottom: 1px solid #ddd;
 
 449         border-top: 1px solid #ddd;
 
 452 .leaflet-oldie .leaflet-popup-content-wrapper {
 
 455 .leaflet-oldie .leaflet-popup-tip {
 
 459         -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
 
 460         filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
 
 462 .leaflet-oldie .leaflet-popup-tip-container {
 
 466 .leaflet-oldie .leaflet-control-zoom,
 
 467 .leaflet-oldie .leaflet-control-layers,
 
 468 .leaflet-oldie .leaflet-popup-content-wrapper,
 
 469 .leaflet-oldie .leaflet-popup-tip {
 
 470         border: 1px solid #999;
 
 478         border: 1px solid #666;