.column-enable {
	width: 100px;
}

.column-drag {
	width: 20px;
	vertical-align: middle !important;
}

.ui-sortable tr:hover {
	cursor: move;
}

.ui-sortable tr.alternate {
	background-color: #F9F9F9;
}

.ui-sortable tr.ui-sortable-helper {
	background-color: #F9F9F9;
	border-top: 1px solid #DFDFDF;
}
