+.site .leaflet-control .zoomout,
+.control-key .control-button {
+ margin-bottom: 0;
+ border-radius: 0;
+}
+
+.leaflet-control .zoomout, // For non-main page maps
+.control-locate .control-button,
+.control-share .control-button {
+ border-radius: 0 0 0 4px;
+}
+
+.leaflet-control .control-button:hover {
+ background-color: black;
+}
+
+.leaflet-control .control-button.active {
+ background-color: #9ed485;
+}
+
+.leaflet-control .control-button .icon {