/*TINY.CSS*/

.appsgrid_div .three_per_row_div{
	display:none;
}
.appsgrid_div .two_per_row_div{
	display:block;
}
.appsitem_div{
	width:50%;
}
.sectionpiconly {
	min-height: 400px;
}
@media only screen and (max-width: 680px) {
	.tile_div{
		width:100%;
		float:none;
		padding:20px;
	}
	
}