.table-empty-state {
  width: 100%;
  margin: 0 0 8px;
  padding: 22px 14px;
  color: var(--text-muted);
  background: rgba(255, 250, 242, 0.56);
  border: 1px solid rgba(24, 33, 40, 0.1);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.table-empty-state[hidden] {
  display: none;
}

#summary-table th:first-child,
#summary-table td.final-rank-cell {
  width: 112px;
  min-width: 112px;
  text-align: center;
}

#summary-table th:nth-child(2),
#summary-table td.name-cell {
  min-width: 140px;
  text-align: left;
}

#summary-table th:last-child,
#summary-table td:last-child {
  font-weight: 900;
}

#game-ban .tribe-status {
  display: inline;
  margin-left: 8px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 850;
}
