[name*="formpers"] [name*="navDELETE"] {
	display: none !important;
}

tr[data-e="0"] > td:has(> small) > small {
	display: none !important;
}

tr[data-e="0"] > td:has(> small)::before{
	content: "Staffeldetails ausgeblendet" !important;
	font-size: 12px;
	display: block;
}

tr[data-e="0"] > td:has(> small)::after{
	content: "Infos unter Meldezeit (wenn mgl.)" !important;
	font-size: 12px;
	display: block;
}

table[name="tabmel"] > tbody > tr[data-typ="mel"] > td:nth-child(5) {
	display: none;
}

table[name="tabmel"] > thead > tr > th:nth-child(5) {
	display: none;
}

header {
	background-image: none;
    background-color: rgba(21,24,116,0.75);
}

header > div > div > img {
	display: none;
}
