.bqd-discount-table {
	margin: 15px 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
	max-width: 420px;
}

.bqd-discount-table-title {
	margin: 0;
	padding: 8px 12px;
	background: #f7f7f7;
	font-weight: 600;
	font-size: 0.95em;
}

.bqd-discount-table table {
	width: 100%;
	border-collapse: collapse;
}

.bqd-discount-table td {
	padding: 6px 12px;
	border-top: 1px solid #eee;
	font-size: 0.95em;
}

.bqd-discount-table .bqd-discount-price {
	text-align: right;
	font-weight: 600;
}

.bqd-was-price {
	opacity: 0.6;
	margin-right: 4px;
}

.bqd-now-price {
	color: #2e7d32;
	font-weight: 600;
}

.bqd-savings {
	color: #2e7d32;
}
