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

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