/* Обычные формы  */
.form-row[class*="field-"][class*="_tr"],
.fieldBox[class*="field-"][class*="_tr"],
.inline-related .form-row[class*="field-"][class*="_tr"] {
    display: none !important;
}

/* Табличные */
th[class*="column-"][class*="_tr"],
td[class*="field-"][class*="_tr"] {
    display: none !important;
}
