.connected, .sortable, .exclude, .handles {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sortable.grid {
	overflow: hidden;
}
.handles span {
	cursor: move;
}
li.disabled {
	opacity: 0.5;
}
li.highlight {
	background: #FEE25F;
}
.connected.no2 {
	float: right;
}
li.sortable-placeholder, div.sortable-placeholder {
	border: 1px dashed #CCC;
	background-color:#ffffcc;
	min-height:30px;
}