.sidebar {
  width: 175px;
  font-family: "spacestation";
  font-size: 10px;
  
  vertical-align: top;
  text-align: left;
  
  border: 1px solid white;
  background-color: #1d282c;
}

.sidebarContent {
  color: #3db0bf;
  margin-left: 10px;
}

.sidebarContent:hover {
  color: #71e5f5;
  cursor: pointer;
}

.sidebarContent:hover::before {
  content: "-";
}

.sidebarContent:hover::after {
  content: "-";
}


.main {
  width: 615px;     /* 625 - 10 to account for the padding */
  padding: 10px;
  border: 1px solid white;
  background-color: #1d282c;
}


.spaceStationFont {
  font-family: "spacestation-webfont";
  font-size: 12px;
}

h1, h2, h3, ol, ul, p {
  color: white;
  margin-top: 0;
}

.headerLink {
  cursor: pointer;
  margin-top: 0;
  color: yellow;
  text-decoration: underline;
}

a {
  margin-top: 0;
  color: yellow;
  text-decoration: underline;
}
