/*#########################################*/
/* Table Resizing */
/*#########################################*/

table.resize th {
  position: relative;
  min-width: 25px;
}

table.resize tr th .handle {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: ew-resize !important;
}

table.resize tr th .handle.active {
  border-right: 1px dotted #000;
}
