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

.fullbox
{
	width:90%;
	margin:0 auto;
	padding:5%;
	overflow:hidden;
	border:2px outset blue;
	box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
}

.app_description
{
	width:100%;
	float:left;
	
}



.app_picture
{
	width:300px;
	margin:0 auto;
	text-align:center;
	
	
}



/* Desktop Layout: 769px to a max of 800.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 840px) {
.fullbox{box-shadow: 8px 8px 5px rgba(0,0,0,0.4); -moz-box-shadow: 8px 8px 5px rgba(0,0,0,0.4); -webkit-box-shadow: 8px 8px 5px rgba(0,0,0,0.4);}
.app_description{width:400px;	float:left;}
.app_picture{	width:300px;	overflow:hidden;	float:right;}
}
