.attendee-table table {
  width: 100%;
  border-collapse: collapse;
}

.attendee-table th, .attendee-table td {
  text-align: center;
  padding: 10px;
}

.attendee-table th {
  background-color: #4B2E83;
  color: white;
}

.attendee-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.attendee-table small {
  font-size: 0.8em;
  color: grey;
}

