.tovsp-price-tiers {
	clear: both;
	margin: 1rem 0;
}

.tovsp-price-tiers[hidden] {
	display: none !important;
}

.tovsp-price-tiers h3 {
	font-size: 1em;
	margin: 0 0 0.5rem;
}

.tovsp-price-tiers table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.tovsp-price-tiers th,
.tovsp-price-tiers td {
	padding: 0.45rem 0.65rem;
	text-align: left;
}

.tovsp-price-tiers th:last-child,
.tovsp-price-tiers td:last-child {
	text-align: right;
}

.tovsp-price-tiers tbody tr.is-active > * {
	background: rgba(127, 127, 127, 0.13);
	font-weight: 700;
}
