ul.simpleul {
		margin: 0;
		padding: 0;
		list-style-type: none !important;
		width: 100%;
	  }
ul.simpleul li:before {
		content: '';
		background-image: url();
		background-repeat: no-repeat;
		background-size: contain;
		width: 1em;
		height: 1em;
		margin-right: 10px;
		display: inline-block;
		background-position: bottom;
		position: relative;
		top: 1px;
	}
.p1c	{
	margin-top: 18px;
}