    /* local addons */
    form .inline-extra fieldset { background: #eee; }
    /*
    form .inline-extra fieldset * input { background: #eee; }
    form .inline-extra fieldset * select { background: #eee; }
    form .inline-extra fieldset * label { color: #bbb; }
    */
    form .inline-extra { background: #eee; }
    /*
    form .inline-extra * input { background: #eee; }
    form .inline-extra * select { background: #eee; }
    form .inline-extra * label { color: #bbb; }
    */
    form th { background: transparent; padding-top: 7px;}
    form label { color: black; }
    form .errorlist li { background-color: yellow; color: black; }
    form .vLargeTextField { width: 40em  !important; /* height: 4em; */}
    form .inline-extra textarea { /* height: 3em; */ }
    /* form .submit-row {position: fixed; bottom: 0; left: 0; width: 98%; margin: 0;  border: 3px solid blue;} */
    #content {margin-bottom: 3em;}
    form .selector select { min-width: 270px; /* width: auto;*/ }
    form .selector-available, .selector-chosen { min-width: 270px; /* width: auto;*/ }
    form .selector { min-width: 580px; width: auto; }
    form select, .vTextfield { width: auto; }
