thead.sticky th {
  background: white;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

tr.roster-section th {
  background-color: #005883;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.03em;
  border-color: #005883;
}
