.live-standings {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
}

.live-standings th,
.live-standings td {
  border-bottom: 1px solid #ddd;
  padding: 6px;
}

.live-standings th {
  background: #222;
  color: #fff;
  font-weight: 600;
}

.live-standings tr:nth-child(even) {
  background: #f9f9f9;
}

.club-logo {
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.club-cell {
  text-align: left;
  white-space: nowrap;
}

.live-standings .points {
  font-weight: bold;
  color: #1a8917;
}
.standings-filter {
  margin-bottom: 10px;
}

.standings-filter label {
  font-weight: bold;
  margin-right: 8px;
}

.standings-group {
  padding: 5px;
}
