/* Minimum 1 mm horizontal protection between table cells */
.table-scroll thead th,
.table-scroll tbody td {
  box-sizing: border-box !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.table-scroll tbody td > *,
.table-scroll tbody td .cell-input,
.table-scroll tbody td .cell-select,
.table-scroll tbody td .edited-by-cell,
.table-scroll tbody td .countdown-timer-cell,
.table-scroll tbody td .checkbox-datetime-cell,
.table-scroll tbody td .link-cell {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.table-scroll tbody td .cell-input,
.table-scroll tbody td .cell-select,
.table-scroll tbody td .edited-by-cell,
.table-scroll tbody td .countdown-timer-cell {
  width: 100% !important;
  min-width: 0 !important;
}

.table-scroll tbody td {
  overflow: visible;
}

.table-scroll tbody td .cell-select,
.table-scroll tbody td .edited-by-cell,
.table-scroll tbody td .countdown-view {
  overflow: hidden !important;
}
