.hide {
    display: none;
}
body {
    font-family: helvetica;
}
.ui-sortable {
    margin-top: 15px;
}
.ui-sortable-handle {
    padding: 10px 10px;
    cursor: move;
    border: 1px solid #ccc;
    font-size: 16px;
}
.ui-icon  {
    margin-right: 10px;
}

.unchosen .action-choose {
    text-overflow: ellipsis;
    max-width: 25rem;
}
