@charset "UTF-8";
/* CSS Document */

.contentRanking {
	font-family: "Open Sans";
	font-style: normal;
	line-height: 1.4em;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	color: #444;
	float: left;
	width: 889px;
}
.contentReview { width: 700px; float:left;
}
/*The logo of the app/site*/
.contentLogo {
	width: 220px;
	float: left;
	margin-top: 30px;
}
/*Each section displaying a different app/site will have this div*/
.mainContent {
position: relative;
	
}