/* TABLEPRESS DEFAULT STYLING */
.tablepress {
	--style-variation: custom;
	--text-color: #111412;
	--head-text-color: #fffefd;
	--head-bg-color: #111412;
	--head-active-bg-color: #111412;
	--odd-text-color: #111412;
	--odd-bg-color: #fffefd;
	--even-bg-color: #fffefd;
	--hover-bg-color: #e6ede8;
	--border-color: #e6ede8;
	--padding: .75rem;
}