/* Make bold font work throughout the site. */
b,
strong {
	font-weight: bold;
}

#content .tablepress th,
#content .tablepress td {
	padding: 6px 3px;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #D7DBDD;
	color: #000000;
}

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

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