body.dragging {
	cursor: move !important;
}
body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute; z-index: 2000; opacity: 0.5;
}
ol.example li.placeholder {
	position: relative;
}
ol.example li.placeholder::before {
	position: absolute;
}
