.tablesaw thead tr {
    background:#e1eafe;
    color: #000;
    font-weight: 600;
}
.tablesaw tbody tr td {
    background-color: transparent;
    color: #3b3f5c;
}
.tablesaw tbody tr td a { color: #3b3f5c; }
.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #f1f3f1;
}
.tablesaw-bar-section label {
    color: #000;
    font-weight: 600;
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: 1;
    cursor: default;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}
.tablesaw-advance a.tablesaw-nav-btn {
    background-color: #fed9db;
    border: 1px solid #ee3d49;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before {
    border-right: 5px solid #666a7b;
}
.tablesaw-advance a.tablesaw-nav-btn.right:before {
    border-left: 5px solid #515365;
}
.tablesaw-advance-dots li i {
    background: #888ea8;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.tablesaw-advance a.btn.tablesaw-nav-btn.right {
    background-color: #fff;
    border: 1px solid #d3d3d3;
}
.tablesaw-columntoggle-btnwrap.tablesaw-advance a.btn.tablesaw-btn.btn-micro.tablesaw-columntoggle-btn.tablesaw-nav-btn.down {
    background-color: #fff;
    border: 1px solid #515365;
}
.tablesaw-advance a.tablesaw-nav-btn.down:before {
    border-top: 5px solid #515365;
}
.tablesaw-columntoggle-btnwrap.tablesaw-advance.visible a.btn.tablesaw-btn.btn-micro.tablesaw-columntoggle-btn.tablesaw-nav-btn.up {
    background-color: #24ccda;
    border: 1px solid #24ccda;
}
.tablesaw-advance a.tablesaw-nav-btn.up:before {
    border-bottom: 5px solid #fff;
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    background-color: #24ccda;
    border: none;
    box-shadow: none;
    color: #fff;
}
.tablesaw-modeswitch.tablesaw-bar-section span span, .tablesaw-sortable-switch.tablesaw-bar-section span span {
    position: relative;
    bottom: 3px;
}
.tablesaw-btn select option {
    background: #576cf4;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.column-mode .tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    width: 590px
}