.tablepress>:where(thead,
tfoot)>*>th {
	background-color: #fceef7;
}

.tablepress a {
	color: #8815a3;
	text-decoration: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	font-weight: 700;
}

#tablepress-2 > tbody > tr {
	border: 0;
}