.tablepress-id-N,
.column-1,
.column-3,
.column-5,
.column-7 {
	width: 2%;
	font-weight: bold;
}

.tablepress-id-N,
.column-2,
.column-4,
.column-6,
.column-8 {
	width: 25%;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: transparent;
}

.tablepress-id-N .row-X td {
	background-color: transparent;
}

.tablepress-id-N,
.tablepress-id-N tr,
.tablepress-id-N tbody td,
.tablepress-id-N thead th,
.tablepress-id-N tfoot th {
	border: none !important;
}

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

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

.tablepress .row-hover tr:hover td {
	background-color: #252525;
}