<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
    color: #Ff5500;
}

h4 {
    color: #Ff5500;
}



.bg-Header{
  background-color:#262626;
}
.bg-Menu{
  background-color: #333333;
}

body {
  background-color: #1a1a1a;
}

.sidebar-wrapper * {
    padding: 5px 10px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.RightBtnMargin{
   margin-right: 5px;
}

.btn-group{
  bottom: 15px;
  position: float right;
  top: 15px;
}

#sidebar-wrapper {
  z-index: 1;
  position: absolute;
  width: 0;
  height: auto;
  overflow-y: hidden;
  background: #1a1a1a
}

#page-content-wrapper {
  width:100%;
  position: absolute;
}

#wrapper.menuDisplayed #sidebar-wrapper {
  width: 250px;
  padding: 1px 1px;
}

#wrapper.menuDisplayed #page-content-wrapper {
  padding-left: 250px;
}

.strangeNumbers {
  word-spacing: 0.5em;

}

.menuSpace {
  margin: 2em 0 0 0;

}

#map {
  width: 100%;
  height: 90vh;

}
</pre></body></html>