/* Hide auto-generated record title in TYPO3 edit forms.
   The title is derived from the content body and can become excessively long. */
#EditDocumentController > h1 {
    display: none !important;
}

.form-label > code {
	display: none !important;
}