.draggable {
  cursor: grab;
}

.gu-unselectable .draggable {
  cursor: grabbing;
}

#multiple-list-group-a,
#multiple-list-group-b {
  min-height: 5.714rem;
}

#dd-with-handle .list-group {
  min-height: 5.714rem;
}

#dd-with-handle .list-group .handle {
  /* handle in list-group*/
  padding: 0 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: move;
  font-size: 1.2rem;
}

.gu-mirror .handle {
  padding: 0 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: move;
  font-size: 1.2rem;
}
