@font-face {
	font-family: 'fontawesome';
	src:url('https://quantdesk.lucenaresearch.com/vendor/fonts/font-awesome/font/fontawesome-webfont.eot');
	src:url('https://quantdesk.lucenaresearch.com/vendor/fonts/font-awesome/font/fontawesome-webfont.eot#iefix') format('embedded-opentype'),
		url('font-awesome/font/fontawesome-webfont.woff') format('woff'),
		url('https://quantdesk.lucenaresearch.com/vendor/fonts/font-awesome/font/fontawesome-webfont.ttf') format('truetype'),
		url('https://quantdesk.lucenaresearch.com/vendor/fonts/font-awesome/font/fontawesome-webfont.svg#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:after {
	font-family: 'fontawesome';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.price-up:after, .price-down:after {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.price-up:after {
	content: "\f0d8";
}
.price-down:after{
	content: "\f0d7";
}