tr.js-select :is(th, td) {
	background: red !important;
	color: #fff !important;
	*:not(a) {
		color: #fff !important;
	}
	a {
		color: yellow !important;
	}
}