+.leaflet-control .control-button {
+ display: block;
+ height: 40px;
+ width: 40px;
+ background-color: white;
+ background-color: rgba(255,255,255,.8);
+ border-radius: 4px;
+ margin-bottom: 10px;
+}
+
+.leaflet-control .zoomin,
+.control-layers .control-button {
+ margin-bottom: 0px;
+ border-radius: 4px 4px 0px 0px;
+}
+
+.leaflet-control .zoomout,
+.control-key .control-button {
+ margin-bottom: 0px;
+ border-radius: 0px;
+}
+
+.control-locate .control-button,
+.control-share .control-button {
+ border-radius: 0px 0px 4px 4px;
+}
+
+.leaflet-control .control-button:hover {
+ background-color: white;
+}
+
+.leaflet-control .control-button .icon {
+ margin: 10px;
+}
+
+#map-ui {
+ position: absolute;
+ display: none;
+ right: 0;
+ width: 250px;
+ height: 100%;
+ background: white;
+ overflow: auto;
+}
+
+#map-ui {
+ section {
+ border-top: 1px solid #868e85;
+ padding: 15px;
+ }
+
+ section:first-child {
+ border-top:0;
+ }
+
+ h2 {
+ margin:0;
+ }
+
+ a.close-button {
+ float: right;
+ padding:5px;
+ font-size:20px;
+ line-height:15px;
+ color:#222;
+ border:1px solid #ddd;
+ }
+
+ li {
+ border-radius: 4px;
+ overflow: hidden;
+ margin-bottom: 10px;
+ }
+
+ label {
+ display: block;
+ padding: 5px;
+ background-color: #eee;
+ cursor: pointer;
+ }
+
+ li.active label {
+ background-color: #ccc;
+ }
+
+ input[type=text] {
+ width:220px;
+ }
+
+ .base-layers {
+ .leaflet-container {
+ width: 100%;
+ height: 50px;
+ cursor: pointer;
+ }
+ }
+}
+
+.leaflet-control-attribution {
+ a.disabled {
+ color: #99c9dc;
+ cursor: default;
+ text-decoration: none;
+ }
+
+ ul.secondary-actions {
+ float: left;
+ margin-right: $lineheight/4;
+
+ &:only-child {
+ margin-right: 0px;
+ }
+ }