div.badge {
  background: no-repeat center center;
  background-size: contain;
  height: 3em;
  width: 3em;
}
div.badge.contests_500 {
  background-image: url(/frontend/img/badges/badge-500.png);
}
div.badge.contests_1000 {
  background-image: url(/frontend/img/badges/badge-1000.png);
}
div.badge.bigwin {
  background-image: url(/frontend/img/badges/badge-big-win.png);
}
div.badge.bigwin500 {
  background-image: url(/frontend/img/badges/badge-big-win-500.png);
}
div.badge.bigwin1000 {
  background-image: url(/frontend/img/badges/badge-big-win-1000.png);
}
#badges {
  display: none;
}
table.tblhep td a {
  display: inline-block;
}
table.tblhep td a br {
  display: none;
}
table.tblhep td .fa-medkit:hover {
  color: #cc0000;
}
table.tblhep th,
table.tblhep td {
  text-align: right;
  padding-left: 0;
}
table.tblhep th:nth-child(1),
table.tblhep td:nth-child(1) {
  padding-left: 1em;
}
table.tblhep th:nth-child(1),
table.tblhep td:nth-child(1),
table.tblhep th:nth-child(2),
table.tblhep td:nth-child(2),
table.tblhep th:nth-child(3),
table.tblhep td:nth-child(3) {
  text-align: left;
}
table.tblhep thead,
table.tblhep tbody {
  display: block;
}
table.tblhep thead tr,
table.tblhep tbody tr {
  display: flex;
}
table.tblhep thead tr th,
table.tblhep tbody tr th,
table.tblhep thead tr td,
table.tblhep tbody tr td {
  flex: 1;
}
table.tblhep thead tr th:nth-child(1),
table.tblhep tbody tr th:nth-child(1),
table.tblhep thead tr td:nth-child(1),
table.tblhep tbody tr td:nth-child(1) {
  flex: 5;
}
table.tblhep thead tr th:nth-child(2),
table.tblhep tbody tr th:nth-child(2),
table.tblhep thead tr td:nth-child(2),
table.tblhep tbody tr td:nth-child(2) {
  flex: 4;
}
table.tblhep thead tr th:nth-child(3),
table.tblhep tbody tr th:nth-child(3),
table.tblhep thead tr td:nth-child(3),
table.tblhep tbody tr td:nth-child(3) {
  flex: 1.5;
}
table.tblhep thead {
  border-bottom: solid 1px #eee;
  background: White;
}
table.tblhep thead th {
  border-bottom: none;
}
table.tblhep tbody {
  max-height: 24em;
  overflow: auto;
}
/*# sourceMappingURL=experienced_players.module.css.map */