.entry-content thead th,
.entry-content tr th {
	color: #111;
	font-weight: 700;
	padding: 16px 24px;
}

.tablepress {
	--text-color: #000;
	--head-text-color: var(--text-color);
	--head-bg-color: #e5e5e5;
	--odd-text-color: var(--text-color);
	--odd-bg-color: #fff;
	--even-text-color: var(--text-color);
	--even-bg-color: #f9f9f9;
	--hover-text-color: var(--text-color);
	--hover-bg-color: #f3f3f3;
	--border-color: #ddd;
	--padding: .5rem;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	margin: 0 auto 1rem;
	table-layout: auto;
	width: 100%;
}