.resizable-table th,
.resizable-table td {
  border-right: 1px solid #dee2e6;
}
.resizable-table th:last-child,
.resizable-table td:last-child {
  border-right: none;
}
.resizable-table th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resizable-table .col-resizer {
  background: #e0e0e0;
  width: 6px;
  min-width: 6px;
  max-width: 6px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: col-resize;
  z-index: 10;
}
