.comp-content{
	float: left;
	/* very important - fixes the double margin bug*/
	display: inline;
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2em;
	margin: 5px 0 20px 15px;
	padding: 0;
	width: 535px;
	background: none;
	text-align: left;
	color: #000C54;
}

.next-app{
	clear: left;
}