.storedash-quantity-pricing-table {
	margin: 20px 0;
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.storedash-quantity-pricing-table h3 {
	margin: 0 0 15px;
	font-size: 18px;
}
.storedash-tier-table {
	width: 100%;
	border-collapse: collapse;
}
.storedash-tier-table th,
.storedash-tier-table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}
.storedash-tier-table th {
	font-weight: bold;
	background: #fff;
}
.storedash-tier-table tr:last-child td {
	border-bottom: none;
}
