body {
  font-family: monospace;
  font-size: 1.1rem;
  color: white;
  background-color: black;
  margin: 1rem 0.5rem 0 1rem;
  text-align: left;
}

.mancontent {
  max-width: 59rem;
  padding-right: 1rem;
}

.manheader {
  margin: 0.5rem 0;
  height: 1rem;
  position: relative;
  max-width: 60rem;
}
.manheader span {
  position: absolute;
}
.manheader span:nth-child(1) {
  left: 0;
}
.manheader span:nth-child(2) {
  left: 40%;
}
.manheader span:nth-child(3) {
  right: 0;
}

h2 {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.7rem 0 0.3rem 0;
}

p {
  margin: 0 0 0.6rem 0;
}

.subtext {
  margin-left: 3rem;
  max-width: 56rem;
}
@media (max-width: 576px) {
  .subtext {
    margin-left: 1rem;
    max-width: 56rem;
  }
}

.doublesubtext {
  margin-bottom: 0.5rem;
  margin-left: 4.5rem;
  max-width: 53rem;
}
@media (max-width: 576px) {
  .doublesubtext {
    margin-left: 2rem;
    max-width: 54rem;
  }
}

.triplesubtext {
  margin-bottom: 0.4rem;
  margin-left: 6rem;
  max-width: 50rem;
}
@media (max-width: 576px) {
  .triplesubtext {
    margin-left: 3rem;
    max-width: 52rem;
  }
}

.bottomcut {
  margin-bottom: 0;
}

a,
a.active,
a.visited,
a.hover {
  color: white;
  text-decoration: underline;
}

.footer {
  margin: 0.5rem 0 1.5rem 0;
  color: #555;
  font-size: 0.7333333333rem;
}

.linkfloater {
  position: absolute;
  top: 3rem;
  right: 1rem;
  padding: 0.5rem;
  text-align: left;
  background-color: #222;
  color: #fff;
}
@media (max-width: 576px) {
  .linkfloater {
    display: none;
  }
}
.linkfloater a:link,
.linkfloater a:visited,
.linkfloater a:hover {
  color: #00ff00;
  text-decoration: underline;
}
.linkfloater ul {
  padding-left: 1rem;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
}
ul li:before {
  content: "*";
  position: absolute;
  left: 0;
}

/*# sourceMappingURL=main.css.map */
