.standings-table {
  width: 100%;
  border-collapse: collapse;
  background: #1b1b1b;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  overflow: hidden;
}
.standings-table th, .standings-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #2e2e2e;
  text-align: left;
  color: #ffffff;
}
.standings-table tr:hover { background: #2e2e2e; }

.table {
  width: 100%; border-collapse: collapse; background: #1b1b1b; border: 1px solid #2e2e2e; border-radius: 8px; overflow: hidden;
}

.table th, .table td { padding: 8px 10px; border-bottom: 1px solid #2e2e2e; text-align: left; color: #ffffff; }

.table tr:hover { background: #2e2e2e; }
