margin-bottom: 10px;
}
+.leaflet-control a.zoomin,
+.control-layers a,
+.control-note a {
+ margin-bottom: 0px;
+ border-radius: 4px 4px 0px 0px;
+}
+
+.leaflet-control a.zoomout {
+ margin-bottom: 0px;
+ border-radius: 0px;
+}
+
+.control-locate a,
+.control-key a,
+.control-share a {
+ border-radius: 0px 0px 4px 4px;
+}
+
.leaflet-control a:hover {
background-color: white;
}