.userRow {
    color: inherit;
    text-decoration: none; /* remove the underline from the link */
    cursor: pointer; /* add a pointer cursor on hover to indicate a link */
}
.userRow:hover div{
  background-color: #2c3034;
}
.userRow:hover {
  text-decoration: none;
}

.bronze-text{
  color: #cd7f32;
}

.silver-text{
  color: #c0c0c0;
}

.gold-text{
  color: #ffd700;
}

.diamond-text{
  color: #b9f2ff;
}

.elite-text{
  color: #dc143c;
}

.master-text{
  color: #8b008b;
}
.bg-darker{
 background-color: #0f1112;
}

.bg-darkish{
    background-color: #2b3036;
}
