.sortableContainer {
	position: relative;
}
.sortableActive {
	width: 100%;
	position: absolute;
	box-shadow: 0 4px 12px 0 rgba(150, 150, 150, 10);
}
.sortableButton {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sortableButton:hover {
	cursor: ns-resize !important;
}
.sortableLocationAbove {
	margin-top: 80px;
}
.sortableLocationBelow {
	margin-bottom: 80px;
}