.sortable-container {
	position: relative;
}
.sortable-active {
	width: 100%;
	position: absolute;
}
.sortable-button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sortable-button:hover {
	cursor: ew-resize !important;
}
.sortable-location-above {
	margin-top: 80px;
}
.sortable-location-below {
	margin-bottom: 80px;
}