.nova-timeline-cell-background-not-available-even {
  background: repeating-linear-gradient(40deg, #FFFFFF, #FFFFFF 10px, #f5f5f5 10px, #f5f5f5 20px);
}
.nova-timeline-cell-background-not-available-odd {
  background: repeating-linear-gradient(40deg, rgba(167, 167, 167, 0.07), rgba(167, 167, 167, 0.07) 10px, #f5f5f5 10px, #f5f5f5 20px);
}
.nova-timeline-cell-background-even {
  background: white;
}
.nova-timeline-cell-background-odd {
  background: rgba(147, 147, 147, 0.1) !important;
}
.nova-timeline-cell-background-resource-group-even {
  background: #dcdcdc;
}
.nova-timeline-cell-background-resource-group-odd {
  background: rgba(147, 147, 147, 0.1) !important;
}
