
.sticky-table {
  max-width: 100%;
  max-height: 80vh;
  overflow: auto;
  padding: 0!important
}

.sticky-table table {
  margin-bottom: 0;
  width: 100%;
  border-spacing: 0
}

.sticky-table table tr.sticky-row td, .sticky-table table tr.sticky-row th {
  border-top: 0;
  position: relative;
  z-index: 5
}

.sticky-table table td.sticky-cell, .sticky-table table th.sticky-cell {
  position: relative;
  z-index: 10
}

.sticky-table table tr.sticky-row td.sticky-cell, .sticky-table table tr.sticky-row th.sticky-cell { z-index: 15 }
