#dronenav {
  position: fixed;
  /*Stay in place*/
  z-index: 1;
  /* Stay on top */
  top: 0;

  right: 0;

  overflow-x: hidden;
  /* Disable horizontal scroll */
  margin-top: 1em;
  /* Place content 1em from the top */
  margin-right: 1em;
}
.drone_nav_table a {
  color: rgb(255, 153, 0);
}

li::before {
  content: none;
}

ul {
  list-style-type: square;
}

.headeryeet {
  all: unset;
}
.headeryeet:hover {
  all: unset;
}

.headeryeet h2:hover {
  all: unset;
}

h2 {
  color: rgb(240, 216, 0);
  font-size: 16pt;
  font-weight: bold;
}

h3 {
  color: rgb(240, 216, 0);
  font-weight: bold;
  font-size: 14pt;
  font-family: "MatrixSans Video", Courier, monospace;
}

.dronesection {
  border: 1px solid rgb(255, 187, 0);
  background-color: rgb(32, 32, 32);
  margin-bottom: 10px;
  padding: 10px;
}

.dronesection * {
  background-color: rgb(32, 32, 32);
}

.dronesection .codesegment {
  background-color: rgb(19, 16, 49);
}

.dronesection .codesegment * {
  background-color: rgb(19, 16, 49);
}

.emphasis {
  color: rgb(52, 235, 222);
}

.extra {
  color: rgb(147, 171, 192);
}

.sub {
  font-size: 0.8em;
  color:gray;
}

@media all and (max-width: 1080px) {
  #dronenav {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
