.tablepress thead th,
.tablepress tfoot th {
	background-color: #F8F8F8;
}

.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
	background-color: #92d6e3;
}

.tablepress {
	width: auto;
	margin: 0 auto 1em;
}

.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	border: none;
	font-family: "Poppins";
}

.tablepress-id-1 td {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 65px;
	vertical-align: middle;
}

.tablepress-id-2 td {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 65px;
	vertical-align: middle;
}

.tablepress-id-12 i {
	color: #0055aa;
}

.paginate_button:before,
.paginate_button:after {
	color: #d9edf7;
}

.paginate_button:hover:before,
.paginate_button:hover:after {
	color: #049cdb;
}

.paginate_button.disabled:before,
.paginate_button.disabled:after {
	color: #f9f9f9;
}