.comp-content{
	float: left;
	/* very important - fixes the double margin bug*/
	display: inline;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 570px;
}

.next-app{
	clear: left;
}