Hi,
Erstens muss man dann CSS-Regeln doppelt, also für thead und tbody notieren:
tr > td:nth-of_type(1), tr > th:nth-of_type(1), tr > td:nth-of_type(2), tr > th:nth-of_type(2) { text-align: right; }
Wieso?
tr > nth-of-type { ... }
ohne th/td reicht doch.
cu,
Andreas a/k/a MudGuard