body {
  background-color: black !important;
	color: white;
  font-weight: 100;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


.so-h1 {
	font-size: 3.5rem;
	font-family: 'Lato', sans-serif;
}

.so-h2 {
	font-size: 2rem;
	font-family: 'Lato', sans-serif;
}

.so-h3 {
	font-size: 1.5rem;
	font-family: 'Lato', sans-serif;
}

.main-content {
  margin: 15% auto 0 auto;
  max-width: 500px;
}

#root {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.sobutton {
  background-color: black;
  color: white;
  font-weight: 100;
}

.sobutton-nongroup {
  margin: 2px;
}

.sobutton:focus {
  background-color: black;
  color: white;
  outline: none;
}

.sobutton:hover {
  background-color: black;
  color: white;
}

.sobutton:active {
  background-color: black;
  color: white;
}

.player-box {
  background-color: black;
  color: white;
  padding: 5px;
}

.game-code {
  font-family: monospace;
  box-shadow: 0 0 10pt 1pt LightGrey;
  padding: 5px;
  margin: 8px;
}

.white-border {
  border: 1px solid white;
  border-collapse: collapse;
}

.in-progress {
  background-color: DimGrey;
}

.popover-content {
  color: black;
}

.mission-box {
  padding: 4px !important;
  font-size: 14px;
}
