.tablepress table {
	font-family: "Avenir-Book";
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	border-color: transparent;
	border: 0;
}

.tablepress table thead,
.tablepress table tfoot {
	border: 0;
	text-transform: uppercase;
}

.tablepress table thead tr th,
.tablepresstable tfoot tr th {
	font-family: "Avenir-Heavy";
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #044437;
	background: #ffffff;
	padding: 4px 20px 3px;
	border-color: transparent;
}

.tablepress table tbody {
	border: 0;
}

.tablepress table tbody tr td,
.tablepress table tbody tr th {
	padding: 5px 20px;
	background-color: transparent;
	font-family: "Avenir-Book", "Arial", "sans-serif";
	font-size: 14px;
	font-size: 1.4rem;
	border-color: transparent;
}

.tablepress table tbody tr td ul,
.tablepress table tbody tr th ul {
	margin: 11px 0;
}

.tablepress table tbody tr td ul li,
.tablepress table tbody tr th ul li {
	font-family: "Avenir-Book", "Arial", "sans-serif";
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	margin: 0 0 4px;
}

.tablepress table tbody tr:first-child td {
	border-right: none;
	background-color: transparent;
	border-color: transparent;
}

.tablepress table tbody tr:nth-child(odd) {
	background-color: #b2d235;
}

.tablepress table tbody tr:nth-child(even) {
	background-color: #ffff;
}

.tablepress table caption {
	font-family: "Whitney-Medium", "Arial", "sans-serif";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
}

.tablepress tbody td,
.tablepress tfoot th {
	border-top: 0 solid #ddd;
}

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

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

.tablepress thead th {
	border-bottom: 0 solid #ddd;
}

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

.dt-container {
	overflow: scroll;
}