.field--type-scroll-animation-slide {
  counter-reset: section;
}

.field--type-scroll-animation-slide tbody tr:nth-child(2n+1) {
  background-color: lightgrey;
}

.field--type-scroll-animation-slide tbody tr::after {
  counter-increment: section;
  content: counter(section);
  float: right;
}
