/* Kopfzeile */
table.tablepress.tablepress-id-1 thead th {
	background-color: #700000 !important;
	color: #ffffff !important;
	font-weight: 600;
	text-align: left;
	padding: 10px;
}

/* H3-Überschriften in TablePress-Headern */
.tablepress thead th h2 {
	color: #fff !important;
	margin: 0; /* optional, damit die Überschrift bündig steht */
	font-weight: 600; /* für besseren Kontrast */
}

/* Zeilenfarben (odd/even) */
table.tablepress.tablepress-id-1 tbody tr.odd td {
	background-color: #efdfc9 !important;
}

table.tablepress.tablepress-id-1 tbody tr.even td {
	background-color: #ccc !important;
}

/* Hover über die ganze Zeile */
table.tablepress.tablepress-id-1 tbody tr:hover td {
	background-color: #ffedd3 !important;
}