.TABLE table tr:first-child td {
	background: var(--black);
	color: var(--white);
	font-weight: 700;
	border: none;
}

.TABLE table.alt-comparison td:first-child {
	font-weight: 700;
}

.TABLE table.alt-comparison tr:not(:first-child) td[data-toggle]::before {
	content: '';
	display: block;
	width: 30rem;
	height: 30rem;
	border-radius: 100%;
	margin: 5rem 0 10rem;
	background: no-repeat center / 100%;
}

.TABLE table.alt-comparison tr:not(:first-child) td[data-toggle="true"]::before {background-image: url(../svg/ui-yes.svg);}
.TABLE table.alt-comparison tr:not(:first-child) td[data-toggle="false"]::before {background-image: url(../svg/ui-no.svg);}

@media screen and (max-width: 960px) {
	.TABLE {}
}
