
.admin-component-editor {
width: 100%;
height: 100%;
background: #eee;
}

.admin-component-editor-body {
padding: 0px;
}

.admin-component-editor .fields textarea,
.admin-component-editor .fields input[type=text]
{
    margin: 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.admin-component-editor .fields .HTMLText textarea {
    width: 100%;
    margin-right: 8px;
}

.admin-component-editor .fields .field {
    margin-top: .75em;
}
.admin-component-editor .fields .field .name {
    font-size: 120%;
    background-color: #ccc;
    padding: 2px 4px;
    border-bottom: 1px solid #999;
}

.admin-component-editor .fields .field .editor {
    margin-top: .25em;
    margin-left: 1em;
}

.LCC-Feature .field textarea[name=CE_parm0] { height: 2em; }
.LCC-Feature .field textarea[name=CE_parm1] { height: 2.5em; }
.LCC-Feature .field textarea[name=CE_parm4] { height: 4em; white-space: nowrap; }
.LCC-Feature .field textarea[name=CE_parm5] { height: 7em; }

.Distribute-children-in-rows-of-columns .field textarea[name=CE_parm0] { height: 4em; width: 100%; }
.Distribute-children-in-rows-of-columns .field textarea[name=CE_parm1] { height: 2.5em; width: 100%; }
