.tablepress tfoot th,
.tablepress thead th {
	background-color: #467fe7;
	color: #fff;
}

.tablepress tfoot th: hover,
.tablepress thead th: hover {
	background-color: #467fe7;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #467fe7;
}

.tablepress tr th {
	font-size: 14px !important;
}