.resizeCursor {
	cursor: col-resize;
}

.row {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 5px;
	justify-content: flex-start;
	margin: 0px;
}

.grab {
	cursor: -webkit-grab;
	cursor: grab;
}