#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sortable li {
    margin: 0 0 1px 0;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 12px;
    height: 26px;
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

input.modified {
    background-color: #FFC0CB;
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 2px 8px;
}

i.fa.fa-pencil-square,
i.fa.fa-plus {
    cursor: pointer;
}