.expandops .regular-list {
    margin-left: 15px;
}

.expandops .regular-list li {
    list-style-type: disc;
    margin-left: 15px;
}

.expandops .medium-text {
    width: 45em;
}

.expandops .medium-textarea {
    width: 45em;
    height: 150px;
    min-height: 150px;
}

.expandops .form-table p.description ul {
    margin-left:20px;
    background: red!important;
}

.expandops .form-table p.description ul li {
    list-style-type: disc;
}

.expandops .mimic-checkbox-readonly {
    pointer-events: none;
    opacity: 0.4;
}