
.instruction li {
background-image: url(icons/yes.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 20px;
list-style: none;
margin-bottom:10px; 

}
.instruction h4 {
 margin:10px;
 border-bottom:1px dashed black;
}
.sponsor{
	background-color:red;
	list-style: none;
}
.sponsor li{
	float:left;
	width:150px;
		list-style: none;
		padding:10px;
		background-color:#CDEB8B;
		border:1	px solid #006E2E;
		margin:5px;
}
