/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.table-tier-pricing p {
	margin: 0;
}

.table-tier-pricing .table-head,
.table-tier-pricing .table-row {
	display: flex;
}
.table-tier-pricing .table-row {
	border-top: 1px solid #dadeea;
	cursor: pointer;
}
.table-tier-pricing .table-row.active {
	background-color: #dadeea;
	cursor: default;
}

.table-tier-pricing .table-head .th,
.table-tier-pricing .table-row .td {
	flex: 0 0 33%;
}