tr.signedup td:first-child {
  border-left: 3px solid #dd0000 !important;
}

a.tourney-link:hover {
  text-decoration: none;
}

.tourney-link:hover .tourney-title strong {
  background-color: #dd0000;
  border-radius: 3px;
}

.page-body {
  display: flex;
  flex-direction: column;
}

.page-body > h1,
.page-body > nav {
  margin-top: 0;
  order: -1;
}

.tourney-match-in-list,
.tourney-match-in-team-history,
.tourney-match-in-open-matches {
  --hover-bg-color: #222222;
}
