.js-sticky-table-wrap table {
    margin-bottom: 0;
}

.js-sticky-table-wrap table thead th {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    transition: box-shadow 0.15s ease, border-bottom 0.15s ease;
}

.js-sticky-table-wrap table.js-header-stuck thead th {
    box-shadow:
        rgba(0, 0, 0, 0.12) 0 1px 0,
        rgba(0, 0, 0, 0.08) 0 3px 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}