.drag-handle {
    cursor: move;
    width: 30px;
    text-align: center;
    color: #999;
}

.drag-handle .fa {
    cursor: move;
}