.tablepress td {
	padding: 20px !important;
}

.tablepress thead .dt-orderable-asc,
.tablepress thead .dt-orderable-desc {
	margin-left: 0;
	border: 1px gray solid;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #fabfbf;
	vertical-align: top;
	padding: 0;
	font-weight: 300;
	letter-spacing: 0;
	border: 0;
	margin-right: 0;
	border: thin gray solid;
}

.tablepress .sorting::after {
	content: none;
	font-size: 0;
	padding: 0;
}

.tablepress thead tr,
.tablepress thead th,
.tablepress thead td {
	padding: 0;
	width: 250px;
	border: 1px gray solid;
}

.tablepress {
	letter-spacing: 0;
	padding: 0;
	text-align: right;
	border: 1px gray solid;
	width: auto;
}

#tablepress {
	margin-bottom: 20px;
	border: 1px gray solid;
}

.tablepress tr,
.tablepress th,
.tablepress td,
.sorting {
	width: 250px;
	padding: 0;
	border: 1px gray solid;
}

thead {
	width: 250px;
	padding: 0;
	border: 1px gray solid;
}

.tablepress .sorting {
	margin-left: 0;
	border: 1px gray solid;
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	position: relative;
	padding-right: 0;
	border: thin gray solid;
}