body {
  font-family: Sans-Serif;
  background-color: #000042;
  color: #ccc;
  padding: 0 1em;
}
a { color: white; }
a:visited { color: white; }
table {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #000062;
}
tr:nth-child(even) {
  background-color: #000084;
}
th,td {
  padding-left: 3px;
  padding-right: 3px;
  border: none;
}
table td { text-align: right; }
table td:nth-child(2) { text-align: left; }
td.invisible { display: none; }
table.levelscores td { text-align: center; }
table.levelscores td:nth-child(4) { text-align: left; }
