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