.dropshadow  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	box-shadow: 2px 2px 5px #0c0f06;
}
.copyright {
	font-size: .6em;
	text-align: center;
}
img {
	border-left-width: 1px;
	box-shadow: 2px 2px 5px #666;
}
.thumbnails {
	margin-left: 80px;
	margin-top: 40px;
}


@media only screen and (min-width:801px) {
    div[data-role="content"],div[data-role="header"],div[data-role="footer"] {
		max-width: 700px;
		margin: 0 auto;
	}	
    div[data-role="header"] {
		max-width: 730px;
		margin: 0 auto;
	}	
   div[data-role="footer"] {
		max-width: 730px;
		margin: 0 auto;
	}
}
