<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editor {
    height: 269px;
}

.editor .editor-contents {

}

.editor .row {
    margin: 10px;
}

.editor .row .label {
    float: left;
    width: 100px;
    padding-top: 6px;
}

.editor .row .value {
    float: left;
    width: 168px;
}

.editor .row .value input {
    width: 164px;
    font-size: 11px;
    padding: 2px;
}</pre></body></html>