.dataTables_length {
    display: none;
}

.dataTables_filter {
    text-align: center;
    float: none !important;
}

.tablepress > thead > tr > th {
    color: #000
}

.tablepress .sorting, .tablepress .sorting:hover {
    background-color: #fff !important;
}

.tablepress .odd td, .tablepress .row-hover tr:hover td {
    background-color: #fff !important;
}

.tablepress tbody td {
    border-top: 1px solid #000 !important;
}

.paging_simple .paginate_button.previous::before, .paging_simple .paginate_button.next::after {
	text-shadow: none !important;
	color: #999999;
	line-height: 1.3 !important;
}

.tablepress .sorting::before {
	content: "";
	display: block;
	background-color: #0E362E;
	position: absolute;
	width: calc(100% - 16px);
	margin-left: 7.5px;
	height: 6px;
	bottom: 0;
	left: 0;
}

.tablepress .sorting::after {
	display: none;
}

.tablepress .sorting {
	text-transform: capitalize;
}

.dataTables_filter > label {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.dataTables_filter > label > input {
	border: 2px solid #393939;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 1em !important;
}

.no-sidebar h1 {
	text-align: center;
}

.no-sidebar p {
	margin: 0 15rem 1rem 15rem;
}

.paginate_button {
	text-decoration: none !important;
}

.no-sidebar .content-article {
    width: 100%;
}
