.table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
