<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.album{
	float: left;
	width: 140px;
	height: 110px;
	margin: 0px 7px 20px 0px;
	padding: 3px;
	border: 1px solid #DACCB1;
	text-align: center;
}

.album img{
	width: 140px;	
}
.album .imgdiv{
	width: 140px;
	height: 90px;
	overflow: hidden;
}
.thumb{
	float: left;
	width: 125px;
	height: 140px;
	margin: 0px 20px20px 0px;
        border: 1px solid #DACCB1;
}
.thumb img{
	 width: 125px;
         height: 140px;
}</pre></body></html>