body.guillotine-dragging {
	cursor: move !important;
}
body.guillotine-dragging * {
	cursor: move !important;
}
.guillotine-window {
	overflow: hidden; display: block; position: relative; cursor: move;
}
.guillotine-canvas {
	margin: 0px !important; padding: 0px !important; border: currentColor !important; border-image: none !important; left: 0px; top: 0px; text-align: center; position: absolute;
}
.guillotine-canvas > * {
	margin: 0px !important; padding: 0px !important; border: currentColor !important; border-image: none !important; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; max-height: none; max-width: none;
}
.guillotine-sample {
	left: -100000px !important; top: -100000px !important; width: auto !important; height: auto !important; position: absolute !important;
}
