#newsIndex > h1
{
	margin-bottom: 				1em;
}

#newsIndex .productListing
{
	grid-template-columns: 		70px 1fr;
}

#newsIndex .title
{
	line-height:		 		1.15;
}

#newsIndex .meta
{
	margin-top:		 			2px;
}

#recentDownloads .productListing
{
	grid-template-columns: 		48px 1fr;
}

@media ( min-width: 650px )
{
	#recentDownloads .summary p
	{
		white-space: 			nowrap;
		max-width: 				535px;
		overflow: 				hidden;
		text-overflow: 			ellipsis;
	}
}

@media ( max-width: 640px )
{
	#downloadSpotlight
	{
		display: 				none;
	}
}

h1 + .storeProduct,
#editorsChoice
{
	margin-bottom: 				30px;
}

.moduleBox.dealOfTheDay
{
	margin-top: 				0;
}

.productListing .meta,
.productListing .license
{
	color: 						#aaa;
	font-size: 					14px;
}