/* local overrides */

/* nav hide empty pricing row */

.page-overview
	.compare-table
	.section-pricesticky
	.compare-row:first-child:not(:only-child) {
	display: none;
}

.page-overview .compare-table .section-pricesticky .compare-row:only-child {
	margin-top: 12px;
}

/* neural accelerators */
@media only screen and (min-width: 350px) {
	.section-summary .custom_xsmall {
		display: none;
	}
}
@media only screen and (max-width: 349px) {
	.section-summary .custom_xsmall {
		display: inline;
	}
}
