.sticky-table {
  max-width: 100%;
  overflow: auto;
  padding: 0!important;
}

.sticky-table table {
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}

    .sticky-table table tr.sticky-row td, .sticky-table table tr.sticky-row th {
        border: 0 !important;
        position: relative;
        outline: #006699 solid 1px !important;
        z-index: 5
    }

.sticky-table table td.sticky-cell, .sticky-table table th.sticky-cell {
  outline: #ddd solid 1px;
  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 }
