/* TABLEPRESS DEFAULT STYLING */
.tablepress {
	--style-variation: custom;
	--head-text-color: #fdfdfd;
	--head-bg-color: #002047;
	--head-active-bg-color: #002169;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: white;
}

thead > tr > th:hover {
	background-color: #002047;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #002047;
	font-weight: 700;
	vertical-align: middle;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
	padding: 10px 24px;
}

.dt-container label input,
.dt-container label select {
	display: inline;
	margin: 15px;
	width: auto;
	background-color: transparent;
}

.dt-container label select {
	font-size: 20px;
	height: 50px;
	width: 50px;
}

.dt-container label input,
.dt-container label select {
	display: inline-block;
	margin: 0 !important;
	background-color: transparent;
	border: none;
	margin-right: 0;
}

.dt-container .dt-search input {
	width: 280px !important;
	height: 100% !important;
	position: relative;
	right: -15px;
	border: solid 1px #001f47;
	border-radius: 10px;
	padding: 10px;
}

table thead th {
	color: white !important;
}

tbody > tr >td {
	padding-left: 7px !important;
}