ul.checkmark {
	list-style-type: none;
	padding-left: 0;
}
ul.checkmark li {
	position: relative;
	padding-left: 3em;
	list-style-type: none;
}
ul.checkmark li:before {
	position: absolute;
	content: " ";
	width: 2.1em;
	height: 2.1em;
	left: 0;
	top: 0;
	background-image: url('checkmark_svg.php?color=');
	background-size: 100% auto;
	background-repeat: no-repeat;
}
