/* TABLEPRESS DEFAULT STYLING */
.tablepress {
	--style-variation: custom;
	--head-text-color: #ffffff;
	--head-active-text-color: #ffffff;
	--head-bg-color: #8d6c46;
	--head-active-bg-color: #8d6c46;
	--even-bg-color: #e5ecf7;
	--hover-text-color: #ffffff;
	--hover-bg-color: #091d3e;
	--padding: .8rem;
}