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

.tablepress thead th,
.tablepress tbody td {
	border-top: 1px solid #a2a2a2 !important;
	border-bottom: 1px solid #a2a2a2 !important;
	border-right: 1px solid #a2a2a2 !important;
	border-left: 1px solid #a2a2a2 !important;
}

.tablepress-id-17 .column-1,
.tablepress-id-17 .column-2,
.tablepress-id-17 .column-3,
.tablepress-id-17 .column-4,
.tablepress-id-17 .column-5,
.tablepress-id-17 .column-6,
.tablepress-id-17 .column-7,
.tablepress-id-17 .column-8 {
	width: 200px;
}

.tablepress-id-17 {
	font-size: 1em;
}