/* TABLEPRESS DEFAULT STYLING */
.tablepress {
	--style-variation: custom;
	--text-color: #000000;
	--head-text-color: #000000;
	--head-sort-arrow-color: #ffffff;
	--head-bg-color: #eeeeee;
	--head-active-bg-color: #eaeaea;
	--border-color: #efadf0;
	--responsive-collapse-expand-text-color: #fbfbfb;
	--responsive-collapse-expand-bg-color: #38b031;
	--responsive-collapse-close-bg-color: #ffffff;
}

.tablepress tbody td {
	border: solid 1px;
	border-color: black;
}

.tablepress tbody tr {
	border-top: solid 1px;
	border-top-color: red;
}