﻿table.dataTable thead th[data-is-resizable=true] {
  border-left: 1px solid transparent;
  border-right: 1px solid #f4f4f4;
}
table.dataTable thead th.dt-colresizable-hover {
  cursor: ew-resize;
  border-left: 1px solid #bfbfbf;
 }
table.dataTable thead th.dt-colresizable-bound-min, 
table.dataTable thead th.dt-colresizable-bound-max {
  cursor: not-allowed !important;
}

table.dataTable td {
	text-overflow: ellipsis !important;
}
