+ border-left: 0px;
+ border-right: 0px;
+}
+
+.site-export #content,
+.site-edit #content,
+.site-index #content {
+ margin-top: 21px;
+}
+
+/* Rules for search sidebar when shown */
+
+#sidebar {
+ border: 0px;
+ margin: 0px;
+ width: 50% !important;
+ border-right: 1px solid #ccccdd;
+}
+
+p.search_results_entry {
+ padding: 2px 0px;
+}
+
+/* Rules for the map UI */
+
+.layers-ui {
+ .leaflet-container {
+ display: none;
+ }
+
+ li {
+ border-radius: 0;
+ margin-bottom: 0;
+
+ &:first-child {
+ border-radius: 4px 4px 0 0;
+ }
+
+ &:last-child {
+ border-radius: 0 0 4px 4px;
+ }
+ }