+.leaflet-zoom-anim .leaflet-tile,\r
+.leaflet-pan-anim .leaflet-tile,\r
+.leaflet-touching .leaflet-zoom-animated {\r
+ -webkit-transition: none;\r
+ -moz-transition: none;\r
+ -o-transition: none;\r
+ transition: none;\r
+ }\r
+\r
+.leaflet-zoom-anim .leaflet-zoom-hide {\r
+ visibility: hidden;\r
+ }\r
+\r
+\r
+/* cursors */\r
+\r
+.leaflet-clickable {\r
+ cursor: pointer;\r
+ }\r
+.leaflet-container {\r
+ cursor: -webkit-grab;\r
+ cursor: -moz-grab;\r
+ }\r
+.leaflet-popup-pane,\r
+.leaflet-control {\r
+ cursor: auto;\r
+ }\r
+.leaflet-dragging .leaflet-container,\r
+.leaflet-dragging .leaflet-clickable {\r
+ cursor: move;\r
+ cursor: -webkit-grabbing;\r
+ cursor: -moz-grabbing;\r
+ }\r
+\r
+\r
+/* visual tweaks */\r
+\r
+.leaflet-container {\r
+ background: #ddd;\r
+ outline: 0;\r
+ }\r
+.leaflet-container a {\r
+ color: #0078A8;\r
+ }\r
+.leaflet-container a.leaflet-active {\r
+ outline: 2px solid orange;\r
+ }\r
+.leaflet-zoom-box {\r
+ border: 2px dotted #38f;\r
+ background: rgba(255,255,255,0.5);\r
+ }\r
+\r
+\r
+/* general typography */\r
+.leaflet-container {\r
+ font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;\r
+ }\r
+\r
+\r
+/* general toolbar styles */\r
+\r
+.leaflet-bar {\r
+ box-shadow: 0 1px 5px rgba(0,0,0,0.65);\r
+ border-radius: 4px;\r
+ }\r
+.leaflet-bar a,\r
+.leaflet-bar a:hover {\r
+ background-color: #fff;\r
+ border-bottom: 1px solid #ccc;\r
+ width: 26px;\r
+ height: 26px;\r
+ line-height: 26px;\r
+ display: block;\r
+ text-align: center;\r
+ text-decoration: none;\r
+ color: black;\r
+ }\r
+.leaflet-bar a,\r
+.leaflet-control-layers-toggle {\r