.ui-state-highlight {
	background-color: #FCFAF2;
	border: 1px solid #FCEFA1;
}

.ui-sortable tr:hover {
    cursor: move;
}

.ui-sortable tr:not(.ui-state-highlight) td:first-child {
    background-image: url("../img/sortable.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}