.ipsStream_price .cNexusPrice {
	color: rgb( var(--theme-price) );
	font-weight: bold;
	font-size: 16px;
}
	.ipsStream_price_small .cNexusPrice {
		font-size: 14px;
	}
	.ipsStream_price small {
		font-size: 13px;
	}
		.ipsStream_price_small small {
			font-size: 12px;
		}
	.ipsStream_price .cNexusPrice s {
		font-size: 14px;
		color: #9a9a9a;
		font-weight: normal;
	}
		.ipsStream_price_small .cNexusPrice s {
			font-size: 13px;
		}