.drag-handle {
    cursor: move;
    text-align: left;
}

.drag-handle span {
    font-size: 18px;
    color: #555;
}

#sortable tr {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#sortable tr:hover {
    background: #f9f9f9;
}