#collapse-players .row:nth-child(odd) {
  background: CornSilk;
}
#collapse-players .row:nth-child(even) {
  background: Wheat;
}