.tablepress thead th,
.tablepress tfoot th {
	background-color: transparent;
	font-weight: bold;
}

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

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

.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	border: 1px solid grey !important;
}

.tablepress td:nth-child(1),
.tablepress th:nth-child(1) {
	white-space: nowrap;
}