.scorecard {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.scorecard caption {
  font-weight: bold;
  margin-bottom: 10px;
}

.scorecard th,
.scorecard td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

.scorecard th {
  background-color: #333;
  color: white;
}

.scorecard tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

.scorecard tbody tr:hover {
  background-color: #eaeaea;
}
