.tablepress {
	--head-bg-color: var(--primary-trans-20);
	margin: 1rem auto;
}

.tablepress thead tr {
	border: solid 1px;
	border-color: var(--base-ultra-dark-trans-20);
}

.tablepress thead th:not(:last-child) {
	border-right: solid 1px;
	border-right-color: var(--base-ultra-dark-trans-20);
}

.tablepress tbody td {
	border: solid 1px;
	border-color: var(--base-ultra-dark-trans-20);
}

.tablepress tbody tr {
	border-top: solid 1px;
	border-top-color: var(--base-ultra-dark-trans-20);
}