.sortable {
    min-height: 2em;
    border: 1px #666 dashed;
    padding: 3px;
}
.sortable > * {
    padding: 0.5em;
    border: 1px #666;
}
.sortable:not(.cursor-yellow div):not(.cursor-blue div):not(.cursor-red div):not(.cursor-none div) > * {
    cursor: pointer;
}
.sortable .handle {
    font-weight: 900;
}
