/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2025 | 14:53:10 */
.entry-content tr td,
.entry-content tr th {
	padding: .5rem 1rem;
	color: #000;
	font-size: 1.1rem;
}

.dt-layout-row.dt-layout-table {
	margin-top: 1rem;
}

.entry-content tr td a {
	color: #333333;
}

/*.tablepress>:where(thead,
tfoot)>*>th {
	background-color: #e0f7d9;
}*/
.tablepress {
	--text-color: #000;
	--head-text-color: var(--text-color);
	--head-bg-color: #9e61f496;
	--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;
	--head-active-bg-color: #9e61f466;
	--head-active-text-color: var(--head-text-color);
	--head-sort-arrow-color: var(--head-active-text-color);
}

#tablepress-2 .column-4 a {
	text-decoration: underline;
	color: black;
	text-underline-offset: 5px;
}