.sticky-table-header {
  top: 82px;
  z-index: 1;
}

.anchor-target {
  padding-top: 100px; /* Height of the navbar + some extra space */
  margin-top: -100px; /* Negative margin to pull the content back up */
  display: block; /* Ensure this element is treated as a block-level element */
}