.table__headerCell {
  align-items: center;
  background-color: orange;
  color: black;
  display: flex;
  font-size: 11px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30px; }

.table__headerCell:first-child {
  border-bottom-left-radius: 4px; }

.table__headerCell:last-child {
  border-bottom-right-radius: 4px; }

.table__headerCell--participant {
  align-self: center;
  display: block;
  left: 0px;
  line-height: 1.2;
  padding: 0.3rem;
  position: sticky;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  z-index: 1;
  width: 182px; }
  @media (min-width: 601px) {
    .table__headerCell--participant {
      width: 344px; } }

.table__headerCell--form {
  width: 160px;
  align-items: center; }

.table__headerCell--rank {
  left: 0;
  position: sticky;
  top: 0;
  width: 30px;
  z-index: 1; }

.table__cell {
  align-items: center;
  align-self: center;
  display: flex;
  height: 48px;
  padding: 3px;
  font-size: 14px; }

.table__cell--stats1 {
  color: #B8B8B8;
  font-weight: normal;
  justify-content: center;
  background-color: #0000005a; }

.table__cell--rankAndInfo {
  display: grid;
  grid-template-columns: 5px 19px;
  grid-template-rows: 26px 22px;
  background-color: #555;
  padding: 0;
  width: 24px; }

.table__cell--participant,
.table__cell--rankAndInfo {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  left: 0px; }

.tableCellRank {
  border-radius: 8px 0px 0px 8px;
  background-color: #838383;
  font-size: 14px;
  text-align: right;
  padding: 0 2px;
  width: 19px; }

.tableCellInfo {
  bottom: 3px;
  position: absolute;
  right: 0px; }

.table__cell--participant {
  left: 24px;
  padding: 0 3px;
  width: 158px; }
  @media (min-width: 601px) {
    .table__cell--participant {
      width: 320px; } }

.table__cell--participantShadow:after {
  box-shadow: 3px 0 6px 2px #00000070;
  content: "";
  height: 300%;
  position: absolute;
  right: 0; }

.table__cell--form {
  align-items: center;
  display: flex;
  grid-area: form;
  justify-content: flex-start;
  line-height: 14px;
  padding: 0 10px;
  width: 160px; }

.info-recent {
  font-style: italic;
  color: #b6b6b6;
  font-size: 10px; }

.table__body {
  display: grid;
  grid-auto-rows: 36px; }

.table__row {
  border-bottom: 1px solid grey;
  box-sizing: border-box;
  display: flex;
  height: 36px; }

.table__row:first-of-type .table__cell--participantShadow:after {
  bottom: 100%;
  box-shadow: 3px 0 4px 0 brown;
  content: "";
  display: flex;
  height: calc(100% + 3px);
  position: absolute;
  right: 0;
  width: 10px; }

.table__legend,
.table__note {
  margin-top: 16px; }

.table__sortArrow {
  color: #2EE;
  height: 4px;
  margin-left: 3px;
  position: relative;
  width: 6px; }

.subFilter + div .tableWrapper:first-child {
  border-radius: 0; }

#tableWrapper {
  border-radius: 8px;
  margin-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none; }

.tableWrapper:last-of-type {
  margin-bottom: 0; }

.tableCellHtFtValue {
  border-radius: 4px;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px; }

.tableCellParticipant {
  align-items: center;
  width: 100%;
  line-height: 1.3; }

.tableCellParticipant__block {
  align-items: center;
  max-width: 100%;
  padding-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px; }

.tableCellParticipant__name {
  color: #DDD;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-style: italic;
  font-weight: normal; }

.ladda-table {
  display: grid;
  font-weight: bold; }

.ladda-table__header {
  display: flex;
  border-bottom: 1px solid black; }

.ladda-table__headerextra {
  display: flex; }

.ladda-table__headerCell {
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #707070;
  font-size: 13px;
  display: flex;
  line-height: 0.9;
  height: 100%; }

.ladda-table__headerCellSpcer1 {
  background-color: inherit;
  width: 182px; }
  @media (min-width: 601px) {
    .ladda-table__headerCellSpcer1 {
      width: 344px; } }

.ladda-table__headerCellSpcer2 {
  background-color: inherit;
  width: 311px; }

.ladda-table__headerHiTab1 {
  width: 135px;
  border-radius: 12px 12px 0px 0px;
  background-color: #949494;
  font-size: 14px;
  border-right: 1px solid #00000040;
  z-index: 0; }

.ladda-table__headerHiTab2 {
  width: 160px;
  border-radius: 12px 12px 0px 0px;
  background-color: #949494;
  font-size: 14px;
  border-right: 1px solid #00000040;
  z-index: 0; }

.ladda-table__headerStats {
  color: #c2c0c0;
  font-size: 0.9rem; }

.ladda-table__headerStats2 {
  color: #c2c0c0;
  font-size: 0.9rem;
  display: inline; }

.ladda-table__lgName {
  background-color: #707070;
  font-size: 18px;
  text-align: center; }

.lgname_upper {
  border-radius: 0 12px 0 0;
  padding: 0.5rem 0 0 0; }

.lgname_lower {
  padding: 0 0.3rem 0.3rem 0.3rem; }

.ladder-table__sson {
  background-color: #707070; }

.table__cell--value {
  justify-content: center; }

.brder1-left {
  border-left: 1px solid #00000040; }

.brder1-rght {
  border-right: 1px solid #00000040; }

.brder2-rght {
  border-right: 1px solid #00000030; }

.brder3-rght {
  border-right: 3px solid #00000040; }

.wdth-sml1 {
  width: 23px; }

.wdth-sml2 {
  width: 45px; }

.wdth-sml3 {
  width: 48px; }

.wdth-sml4 {
  width: 60px; }

.ladder-spacer1 {
  background-color: black;
  width: 8px; }

.col-clr-maj2 {
  background-color: #303030; }

.greenTick {
  color: #2fd000;
  font-size: 16px; }

.redCross {
  font-size: 11px; }

.ladda-table__row {
  display: flex;
  border-bottom: 1px solid black; }

.ladder-code-p1 {
  background-color: #003193; }

.ladder-code-p2 {
  background-color: #1151d2; }

.ladder-code-m {
  background-color: #505050; }

.ladder-code-r1 {
  background-color: #472F20; }

.unpaid {
  background-color: #a70000; }
