.form_editor {
    padding-top: 60px;
}
.form_editor table tbody tr:nth-of-type(2n) {
    background-color: unset !important;
}
.form_editor table label {
    min-width: 90px;
    font-size: 16px;
    margin-right: 20px;
    vertical-align: top;
}
.form_editor textarea {
    width: 470px !important;
}
.form_editor table textarea {
    height: 30px;
    width: 280px !important;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
}
.form_editor input[type="radio"], 
.form_editor input[type="checkbox"] {
    float: left;
    margin: 5px 15px 0 0;
}
.form_editor input[type="date"],
.form_editor input[type="range"],
.form_editor input[type="number"],
.form_editor input[type="email"]{
    margin-left: 20px;
}
.form_editor input[type="number"] {
    width: 70px;
}
.form_editor label[for="wsformname"] {
    padding-right: 10px;
}
.form_editor label {
    max-width: 96%;
}


/*--INDIVIDUELLE KLASSEN--*/

.form_editor label[for="nolabel"] { /*-------------textarea ohne label*/
    display: none;
}
.form_editor .indent { /*-------------Element einrücken*/
    margin-left: 30px !important;
}
.form_editor table.smallertable textarea { /*-------------kleinere Tabellen-Felder*/
    width: 70px !important;
}
.form_editor .smallertext { /*-------------Texte kleiner*/
    font-size: 80%;
}