/* TABLEPRESS DEFAULT STYLING */
.tablepress {
	--style-variation: custom;
	--head-text-color: #ffffff;
	--head-bg-color: #ff651e;
	--head-active-bg-color: #ff651e;
}

.tablepress .column-1 {
	width: 200px;
}

.tablepress .column-2 {
	width: 200px;
}

.tablepress .column-3 {
	width: 200px;
}

.tablepress .column-4 {
	width: 200px;
}

.tablepress .column-5 {
	width: 200px;
}

.tablepress .column-6 {
	width: 200px;
}

.tablepress .column-7 {
	width: 200px;
}