.comp-content{
	float: left;
	/* very important - fixes the double margin bug*/
	display: inline;
	font: normal 14px/18px "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	margin: 5px 0 15px 0px;
	padding: 0;
	width: 600px;
	background: none;
	text-align: left;
}

.comp-content p {
	margin: 0 0 1.2em 0;
	padding: 0 0 1px 0;
	color: #000;
	background: none;
	line-height: 1.2em;
	
}

.comp-content img {
	border: 4px solid #2B4501;
}

.comp-content img.icon {
	border-width:0;
}

.comp-content li {
	line-height: 1.5em;
}

.next-app{
	clear: left;
	width: 535px;
	margin: 10px 0 0 15px;
}