/* leaflett.legend.css */
.leaflet-legend{background-color:#000;text-shadow:1px 1px 2px #000;color:#eee}.leaflet-legend canvas{opacity:.6}.leaflet-legend-title{margin:3px;padding-bottom:5px;display:none}.leaflet-legend-column{float:left;margin-left:10px}.leaflet-legend-item{display:table;margin:0 0}.leaflet-legend-item span{vertical-align:middle;display:table-cell;word-break:keep-all;white-space:nowrap;background-color:transparent;text-align:left}.leaflet-legend-item-clickable{cursor:pointer}.leaflet-legend-item-inactive span{color:#ccc}.leaflet-legend-item-inactive i img,.leaflet-legend-item-inactive i canvas{opacity:.3}.leaflet-legend-item i{display:inline-block;padding:0 3px 0 4px;position:relative;vertical-align:middle}.leaflet-legend-contents{display:none;border:1px solid #444}.leaflet-legend-expanded .leaflet-legend-contents{display:block;padding:3px 10px 3px 0}.leaflet-legend-contents img{position:absolute}.leaflet-legend-contents:after{content:"";display:block;clear:both}

/* leaflet.fullscreen.css */
.leaflet-control-fullscreen a{background:#fff url(fullscreen.png) no-repeat 0 0;background-size:26px 52px}.leaflet-touch .leaflet-control-fullscreen a{background-position:2px 2px}.leaflet-fullscreen-on .leaflet-control-fullscreen a{background-position:0 -26px}.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a{background-position:2px -24px}.leaflet-container:-webkit-full-screen{width:100%!important;height:100%!important}.leaflet-container.leaflet-fullscreen-on{width:100%!important;height:100%!important}.leaflet-pseudo-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:99999}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.leaflet-control-fullscreen a{background-image:url(fullscreen@2x.png)}}