<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pagewrap {
	width: 100%;
	height: 100%;
	min-width: 900px;
	min-height: 600px;
}

.thumbcell {
	background: #A0A0A0;
	background-size: cover;
	float: left;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 28%;
	margin-left: 2%;
	margin-bottom: 2%;
	height: 0;
    padding-bottom: 28%;
	color: #F0F0F0;
	font-size: 20pt;
	}
	
	.thumbcell:hover { color: #FF0000;}

#content {
color: #707070;

width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;

}

@media only screen and (max-width: 800px) {
	#pagewrap {
	min-width: 100%;
	min-height: 600px;
}

.thumbcell {
width: 47%;}
}
@media only screen and (max-width: 600px) {
.thumbcell {
width: 97%;}
}</pre></body></html>