.tablepress {
	--head-text-color: #f3f3f3;
	--head-bg-color: #490943;
}

.tablepress-table-name {
	color: #cc3366 !important;
	text-align: center;
}

.tablepress-table-description {
	text-align: center;
}

.tablepress thead tr th {
	text-align: center;
}

.tablepress tbody tr td {
	text-align: center;
	vertical-align: middle;
}

.tablepress tfoot tr th {
	text-align: center;
	color: #f3f3f3;
}

.tablepress tfoot tr th a {
	color: #f3f3f3;
	background-color: #cc3366;
	margin: 0 10px;
	padding: 0 10px;
	border: solid 1px;
	border-radius: 5px;
}

#tablepress-7 td {
	vertical-align: middle;
}