table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

table tr.row td {
  border-bottom: 1px solid black;
  padding: 4px;
}

table tr td.file {
  font-size: 80%;
  padding-left: 20px;
}

ul.rank {
  list-style-type: disc !important;
  margin-left: 15px !important;
  padding-left: 15px !important;
}

table.clubchampions {
  margin: 20px auto;
  border: 1px solid #aaa;
}

table.clubchampions tr.heading td {
  text-align: center;
  font-weight: bold;
}

table.clubchampions tr {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

table.clubchampions tr td {
  border-top: 1px solid #aaa;
  text-align: center;
}

table.clubchampions tr.gold td {
  background-color: #ffe9af;
}

table.clubchampions tr.silver td {
  background-color: #ddd;
}

table.clubchampions tr.bronze td {
  background-color: #efceb3;
}

table.clubchampions tr td.prize {
  font-size: 80%;
  font-weight: bold;
}

table.clubranking {
  border: 3px solid black;
  background-color: #ffa;
}

table.clubranking tr td {
  padding: 5px 20px;
  font-weight: bold;
  text-align: center;
}

table.clubranking tr.heading td {
  font-size: 120%;
}

table.prizewinners tr td {
  padding: 5px 20px;
  text-align: center;
}

