.imageset.points {
	background-image: url("./images/ting.gif");
	padding-left: 25px;
	padding-top: 25px;
	vertical-align: middle;
}

@media (resolution: 2dppx), (-webkit-device-pixel-ratio: 2), (resolution: 3dppx), (-webkit-device-pixel-ratio: 3), (resolution: 4dppx), (-webkit-device-pixel-ratio: 4), (resolution: 5dppx), (-webkit-device-pixel-ratio: 5) {
	.imageset.points {
		image-rendering: -moz-crisp-edges;
		image-rendering: -webkit-crisp-edges;
		image-rendering: pixelated;
	}
}

.icon-points a::before {
	content: "\f0d6";
	margin-right: 8px;
}