* {
  font: 0.98em "Menlo", monospace;
  outline: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
}

html {
  -webkit-font-smoothing: auto;
}

body {
  background-color: rgba(0, 0, 0, 1);
  margin: 0;
  overflow: hidden;
  padding: 0;
}

span.separator {
  margin-bottom: 0.5px;
  margin-top: 0.5px;
}

section {
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
}

section div {
  display: inline-block;
}

.dropdown {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.75);
  border-top: 1px dashed rgba(255, 255, 255, 0.75);
}

small {
  font: menu;
}

select {
  border: none;
}

button, select {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin-bottom: 5px;
  display: block;
}

select:hover, button:hover {
  border-color: white;
  color: white !important;
  transition: border-color 0.1s, color 0.1s ease-in;
}

label {
  margin-bottom: 4px;
  padding-left: 2px;
  display: block !important;
}

.menu-section:not(:last-child) {
  margin-bottom: 12px;
}

#main-menu:hover {
  border: 1px dashed rgba(185, 185, 185, 0.75);
  border-top: none;
  transition: border 0.1s, ease-in;
}

#main-menu hr {
  border: 0.5px solid;
}

@keyframes notification {
  0% { color: rgba(0, 0, 0, 0); }
  25% { color: rgba(255, 255, 255, 0.75); }
  50% { color: rgba(255, 255, 255, 1); }
  75% { color: rgba(255, 255, 255, 0.75); }
  100% { color: rgba(0, 0, 0, 0); }
}

#menu-container {
  position: fixed;
  display: inline-block;
  left: 10px;
  top: 0;
  width: 50%;
  height: 50px;
  z-index: 100;
}

#main-menu {
  background-color: rgba(0, 0, 0, 0.333);
  border: 1px dashed rgba(185, 185, 185, 0.75);
  border-radius: 3px;
  border-top: none;
  position: absolute;
  left: 0;
  margin-left: -12px;
  padding: 7px 7px 2px;
  top: 0;
  text-align: left;
  width: 400px;
  z-index: 101;
}

#main-menu button, select {
  border-radius: 3px;
  color: rgba(245, 255, 245, 0.825);
  font-size: 0.9em !important;
  font-weight: 100;
  width: 400px;
}

#main-menu button {
  border: 0.5px solid;
  min-width: 400px;
}

#menu-toggle {
  top: 0;
  color: rgba(185, 185, 185, 0.25);
  left: 0;
  position: absolute;
}

#menu-toggle button {
  border: none;
  font-size: 2em !important;
}

.notification {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  text-align: center;
  top: 8px;
  width: 100%;
  font-style: italic !important;
  font-size: 0.88em !important;
}

#static {
  top: calc(100vh - 25px) !important;
}

#static * {
  font-style: italic !important;
  font-size: 0.9em !important;
}

.white {
  color: white;
}

#info {
  color: rgba(255, 255, 255, 0.55);
  position: absolute;
  right: 14px;
  text-align: right;
  top: 5px;
  width: 50%;
}

#coords {
  color: rgba(255, 255, 255, 0.55);
  position: absolute;
  bottom: 4px;
  right: 15px;
}

.preset-dropdown {
  text-align: center;
}

.menu-section-label {
  font-size: 1.075em;
  text-align: center;
}

section span {
  visibility: inherit;
}

div, div div {
  display: inline-block;
  position: relative;
}
