.product-detail-alternative table.mrca-comparison-table-1 {
	--mrca-comparison-table-product-column-width: 27%;
}
.product-detail-alternative table.mrca-comparison-table-1 thead tr th:first-child {
    width: 19%;
}

/* Responsiveness. */
@media (max-width: 900px) {
	.product-detail-alternative table.mrca-comparison-table-1 {
		--mrca-comparison-table-product-column-width: 25%;
	}
    .product-detail-alternative table.mrca-comparison-table-1 thead tr th:first-child {
        width: 25%;
    }
}
@media (max-width: 640px) {
	.product-detail-alternative table.mrca-comparison-table-1 {
		font-size: calc(var(--mrca-font-size-small) / 1.125);
	}
}
@media (max-width: 600px) {
	.product-detail-alternative table.mrca-comparison-table-1 {
		font-size: calc(var(--mrca-font-size-small) / 1.2);
	}
}