
.dnd-button-handle {
    cursor: move;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.dndPlaceholder > td {
    background-color:lightpink;
    text-align:center;
}
.dndDraggingSource {
    display: none;
}
