.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: transparent;
	color: #ff0000;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: transparent;
	vertical-align: middle;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	line-height: 1.5;
	text-align: center;
	font-size: 14px;
}

.tablepress tr td {
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
	font-size: 14px;
}

.dt-paging-button:after,
.dt-paging-button:before {
	color: #000000;
}

.paging_simple .dt-paging-button.next:after,
.paging_simple .dt-paging-button.previous:before {
	text-shadow: none;
}

.dt-paging-button:hover:after,
.dt-paging-button:hover:before {
	color: #ff0000;
}