.nf-price-history {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.35;
	color: #7a7a7a;
	text-align: right;
}

.nf-price-history strong,
.nf-price-history b {
	font-weight: 500;
}

.nf-price-history .amount {
	font-weight: 500;
}

@media (max-width: 767px) {
	.nf-price-history {
		margin-top: 6px;
		font-size: 12px;
		line-height: 1.4;
		text-align: left;
	}
}