.selected.asc::after {
  content: " \0025B2";
}

.selected.desc::after {
  content: " \0025BC";
}

#leaderboards {
  display: flex;
}

.leaderboard {
  flex: 0 0 500px;
  padding-right: 64px;
}

.leaderboard table {
  border-collapse: collapse;

  border: 0px;
}

.leaderboard thead td {
  min-width: 64px;
}

.leaderboard thead td:hover {
  min-width: 64px;
  background-color: #f2f2f2;
  cursor: pointer;
}

.leaderboard thead td:nth-child(1) {
  min-width: 32px;
}

.leaderboard tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.leaderboard td {
  padding: 2px 4px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: Roboto Condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

p {
  margin-top: 0;
}

h3 {
  margin-bottom: 0;
}

body {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #373a3c;
  background-color: #fff;
  margin: 24px;
}
