#sortable-table tbody tr {
  cursor: grab;
}

#sortable-table tbody tr.grabbing {
  cursor: grabbing;
}

#sortable-table tbody tr {
  user-select: none; 
}
