
.dragging, .dragging * {
    cursor: move !important;
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
    cursor: move !important;
}
ol.dragging {
    border: 1px solid black;
}
