.candidate-table {
  .candidate-table-row {
    @apply bg-white;
  }

  .candidate-table-row:nth-child(odd) {
    @apply bg-grey-50;
  }
}