/* TABLEPRESS DEFAULT STYLING */
.tablepress {
	--style-variation: green;
	--head-bg-color: #c9f3ca;
	--head-active-bg-color: #0cad0c;
	--odd-bg-color: #f2f7f2;
	--hover-bg-color: #beeab8;
}

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

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