.tablepress>:where(thead,
tfoot)>*>th {
	background-color: #b71c1c;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

.tablepress>:where(thead,
tfoot)>*>th:hover {
	background-color: white;
	color: #b71c1c;
}

.tablepress>: {
	width: 100%;
	max-width: 100%;
}

@media screen and (max-width:980px) {
	table {
		display: block;
		overflow-x: auto;
	}
}