.column-drag-handler {
  width: 15px;
  text-align: center;
}

.drag-handler {
  width: 10px;
  position: relative;
  background-color: #e4e6eb;
  background-image: linear-gradient(45deg, #e4e6eb, #e4e6eb 2px, #fff 2px, #fff 4px, #e4e6eb 4px, #e4e6eb 9px, #fff 9px, #fff 11px, #e4e6eb 11px, #e4e6eb 16px, #fff 16px, #fff 18px, #e4e6eb 18px, #e4e6eb 22px);
  background-size: 10px 20px;
  cursor: move;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.drag-handler:active {
  background-image: linear-gradient(45deg, #a4b8ca, #a4b8ca 2px, #fff 2px, #fff 4px, #a4b8ca 4px, #a4b8ca 9px, #fff 9px, #fff 11px, #a4b8ca 11px, #a4b8ca 16px, #fff 16px, #fff 18px, #a4b8ca 18px, #a4b8ca 22px);
  background-size: 10px 20px;
}

.show-history-modal:hover {
  cursor: pointer;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.table td {
vertical-align: middle;
    display: table-cell;
}