th:first-child, td:first-child { color: white; background: blue; } th:nth-child(2), td:nth-child(2) { color: yellow; background: braun; } th:last-child, td:last-child { font-weight: bold; background: orange; }