/* TABLEPRESS DEFAULT STYLING */
.tablepress {
	--style-variation: yellow;
	--head-bg-color: #fff3cd;
	--head-active-bg-color: #f5d772;
	--even-bg-color: #fffcf3;
	--hover-bg-color: #fff1bf;
	--border-color: #e6dbb9;
}

.tablepress-id-3 .column-1,
.tablepress-id-3 .column-2,
.tablepress-id-3 .column-3,
.tablepress-id-3 .column-4,
.tablepress-id-3 .column-5,
.tablepress-id-3 .column-6,
.tablepress-id-3 .column-7,
.tablepress-id-3 .column-8 {
	width: 12.5%;
}

.tablepress-id-5 .column-1,
.tablepress-id-5 .column-2,
.tablepress-id-5 .column-3,
.tablepress-id-5 .column-4,
.tablepress-id-5 .column-5,
.tablepress-id-5 .column-6,
.tablepress-id-5 .column-7,
.tablepress-id-5 .column-8 {
	width: 12.5%;
}

.tablepress-id-6 .column-1,
.tablepress-id-6 .column-2,
.tablepress-id-6 .column-3,
.tablepress-id-6 .column-4,
.tablepress-id-6 .column-5,
.tablepress-id-6 .column-6,
.tablepress-id-6 .column-7,
.tablepress-id-6 .column-8 {
	width: 12.5%;
}

.tablepress-id-7 .column-1,
.tablepress-id-7 .column-2,
.tablepress-id-7 .column-3,
.tablepress-id-7 .column-4,
.tablepress-id-7 .column-5,
.tablepress-id-7 .column-6 {
	width: 16.66%;
}