.table-fixed { table-layout: fixed !important; }

.table-sticky {
  border-collapse: separate;
  border-spacing: 0;
}

.table-sticky > thead {
  position: sticky;
  top: 0;
  z-index: 1011;
}

.table-sticky > tbody > th {
  position: sticky;
  left: 0;
  z-index: 1011;
}

main { padding: 0; }