@import url('/assets/css/nfl-depth-charts.css');

/* Team groups alternate white/blue; league position tables alternate by row. */
.waiver-team-table tbody tr.waiver-position-qb,
.waiver-team-table tbody tr.waiver-position-wr { background: #fff; }
.waiver-team-table tbody tr.waiver-position-rb,
.waiver-team-table tbody tr.waiver-position-te { background: #e5eef8; }
.waiver-position-table tbody tr:nth-child(odd) { background: #e5eef8; }
.waiver-position-table tbody tr:nth-child(even) { background: #fff; }
