.tablepress {
	--head-bg-color: #000000;
}

.entry-content thead th,
.entry-content tr th {
	color: #ffffff;
}

@media only screen and (max-width: 840px) {
	table.responsive {
		margin-bottom: 0;
		overflow: hidden;
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
	}
}