table {
  border-collapse: collapse;
}

th, td {
  border-top: 1px solid #662d91;
  padding: 16px;
}

th {
  color: #662d91;
}

thead, tr:nth-child(even) {
  background: rgba(193,230,231, 0.6);
}
