.leaderboardcell img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 2px;
}

.leaderboardcell {
  display: grid;
  grid-template-columns: max-content auto;
  margin-right: 8px;
  cursor: pointer;
}

.leaderboardText {
  display: grid;
  grid-template-columns: auto max-content;
  font-weight: bolder;
  padding: 5px;
}

.leaderboardpos1 .leaderboardText {
  background-color: #dfe9ef;
}

.leaderboardpos2 .leaderboardText {
  background-color: #c2d6e0;
}

.leaderboardpos3 .leaderboardText {
  background-color: #9ebecf;
}

.leaderboardValue {
  text-align: right;
}

.leaderboardPosition {
  text-align: center;
}

.leaderboardRank {
  line-height: 0;
  font-size: 20px;
  font-weight: bolder;
}

.leaderboardSpacer {
  height: 15px;
}

.leaderboardTable {
  font-size: 18px;
  line-height: 0.8;
}

/*# sourceMappingURL=leaderboard.css.map */
