.tablepress thead th {
	color: #333333;
	background-color: #ffffff;
	border-top: 1px solid #efeeee;
	border-bottom: 1px solid #efeeee;
}

.tablepress tbody td,
.tablepress tfoot th {
	border-top: 1px solid #efeeee;
	border-bottom: 1px solid #efeeee;
	padding-top: 3px;
	padding-bottom: 3px;
}

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

/*
th.column-2 {
	text-align: right;
}

td.column-2 {
	text-align: right;
}*/