.check-mark ul {
		list-style-type: none;
		position: relative;
}

.check-mark ul li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	padding: 0 10px 0 0;
	color: #BE0000;
	left: -25px;
	position: absolute;
	top: 0;
}
#uu-card-widget-container {
	margin: 0px auto !important;	
}