.tablepress-id-1 .row-2 td {
	background-color: yellow;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: LightGray;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: LightBlue;
}