.table-scroll table {
    border-spacing: 0 !important;
}

.table-scroll table th,
.table-scroll table td {
    box-sizing: border-box !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.table-scroll table thead th {
    text-align: center !important;
    vertical-align: middle !important;
    white-space: normal !important;
    line-height: 1.15 !important;
}

.table-scroll table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.table-scroll .cell-input,
.table-scroll .cell-select,
.table-scroll textarea {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.table-scroll .cell-select {
    text-align-last: center !important;
}

.table-scroll .link-cell,
.table-scroll .checkbox-datetime-cell,
.table-scroll .countdown-timer-cell,
.table-scroll .countdown-view,
.table-scroll .edited-by-cell {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.table-scroll th.row-number,
.table-scroll td.row-number,
.table-scroll th.row-actions-column,
.table-scroll td.row-actions-column {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
