html {
  background-color: #343434;
  color: #FFFFFF;
  user-select: none;
}

div {
  outline: 1px solid #FFFFFF;
}

.secret {
  display: none;
}
.testing{
  display: none;
}

.expand {
  background-color: #808080;
  color: #000000;
}
.expand .selected {
  background-color: #C0C0C0;
  color: #000000;
}
.expandable {
  display: none;
}

.nav-button {
  float: left;
  width: 160px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
}

.reward-uncommon {
  color: #00FFFF;
}
.reward-rare {
  color: #EE7800;
}
.reward-onetime {
  color: #AA5599;
}

table.multiplier-breakdown tr td {
  border-right: 1px solid white;
}

table.multiplier-breakdown tr td:last-of-type {
  border: none;
}