.tablepress {
	border-radius: 3px;
}

.dt-length label,
.dt-search label,
.dt-info {
	color: #FFFFFF !important;
}

.content input[type=search] {
	color: #007d8f !important;
	min-height: 20px !important;
	background-color: #f2f2f2 !important;
	-webkit-box-shadow: inset 2px 3px 1px 1px #999999 !important;
	-moz-box-shadow: inset 2px 3px 1px 1px #999999 !important;
	box-shadow: inset 2px 3px 1px 1px #999999 !important;
}

.tablepress tr th {
	font-size: .9em; /*color: #FFFFFF !important;*/
	background-color: /*#6F6762;*/
#FFFFFF;
	color: #007d8f !important;
	text-align: center;
}

.tablepress tr th a {
	color: #007d8f;
}

.tablepress tr th:hover {
	background-color: /*rgba(0,125,143,0.4)*/
#FFD264 !important; /*#423E3A !important;*/
	transition: .4s;
}

.tablepress .sorting_asc {
/*background-color: #423E3A !important;*/
	background-color: #007d8f !important;
}

.tablepress .sorting_desc {
/*background-color: #423E3A !important;*/
	background-color: #007d8f !important;
}

.tablepress tr td {
	font-size: .85em;
}

.tablepress tr.even td {
/*background-color: #DEDBDA !important;*/
	background-color: rgba(255,255,255,0.9) !important;
	color: #007d8f !important;
}

.tablepress tr.odd td {
/*background-color: #C2BDBA !important;*/
	background-color: rgba(255,255,255,0.75) !important;
	color: #007d8f !important;
}

.dt-info {
	font-size: .85em;
}

.dt-paging.paging_simple .dt-paging-button.next:after,
.dt-paging.paging_simple .dt-paging-button.previous:before {
	color: #FFFFFF; /*#0099A8;*/
	text-shadow: none;
}

.dt-paging .dt-paging-button.disabled {
	color: #FFFFFF; /*#00B1BB;*/
}

.dt-paging.paging_simple a {
	color: #FFFFFF; /*#0099A8;*/
}