/*
 * Locked report / db table-header text color.
 * Load AFTER company custom CSS (NormalHeader / TinyHeader2 / modern header)
 * so #000 beats uploaded !important white text on light headers.
 * Do NOT load after checker2_* (TinyHeader non-embedded): those use dark
 * headers (#52617B) with intentional white text.
 */

html body thead.db,
html body thead.db th,
html body thead.db th a,
html body thead.db th font,
html body thead.db a,
html body thead.report,
html body .report th,
html body thead.report a,
html body thead.report a:hover {
	color: #000 !important;
}
