+.leaflet-bar a:last-child {\r
+ -webkit-border-bottom-left-radius: 4px;\r
+ border-bottom-left-radius: 4px;\r
+ -webkit-border-bottom-right-radius: 4px;\r
+ border-bottom-right-radius: 4px;\r
+ border-bottom: none;\r
+ }\r
+.leaflet-bar a.leaflet-disabled {\r
+ cursor: default;\r
+ background-color: #f4f4f4;\r
+ color: #bbb;\r
+ }\r
+\r
+.leaflet-touch .leaflet-bar {\r
+ -webkit-border-radius: 10px;\r
+ border-radius: 10px;\r
+ }\r
+.leaflet-touch .leaflet-bar a {\r
+ width: 30px;\r
+ height: 30px;\r
+ }\r
+.leaflet-touch .leaflet-bar a:first-child {\r
+ -webkit-border-top-left-radius: 7px;\r
+ border-top-left-radius: 7px;\r
+ -webkit-border-top-right-radius: 7px;\r
+ border-top-right-radius: 7px;\r
+ }\r
+.leaflet-touch .leaflet-bar a:last-child {\r
+ -webkit-border-bottom-left-radius: 7px;\r
+ border-bottom-left-radius: 7px;\r
+ -webkit-border-bottom-right-radius: 7px;\r
+ border-bottom-right-radius: 7px;\r
+ border-bottom: none;\r
+ }\r
+\r
+\r
+/* zoom control */\r
+\r