<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@media (max-width: 480px) {
	.albums .items .divimg{
		height: 115px  !important;
	}
	.albums .items {
	width:50% !important;
	}
}
.albums {}
.albums .items {
	float:left;
	width:33%;
	margin-bottom:20px;
	text-align:center;
}
.albums .items img{
	width:100%;
}
.albums .items .divimg{
	border:#EEE 1px solid;
	width:89%;
	overflow:hidden;
	height: 114px;
    display: inline-block;
    border-radius: 3px;
}
.albums .items p{
	color:#333;
	padding:5px 0px
}
.albums .aitems {
	float:left;
	width:33%;
	margin-bottom:20px;
	text-align:center;
	height:180px
}
.albums .aitems img{
	width:200px;
}
.albums .aitems .divimg{
	border:#EEE 1px solid;
	width:200px;
	overflow:hidden;
	height: 114px;
    display: inline-block;
    border-radius: 3px;
}
.albums .aitems p{
	color:#333;
	padding:5px 0px
}
.pages {
	padding:3px;
	text-align:right;
}
.pages a{
	padding:3px 5px;
	text-align:center;
	border:1px #F5F5F5 solid;
}
.pages strong{
	padding:3px 5px;
	text-align:center;
	border:1px #F5F5F5 solid;
}
.albums .items .cimg{
	border:#EEE 1px solid;
	width:200px;
	overflow:hidden;
	height: 130px;
    display: inline-block;
    border-radius: 3px;
}</pre></body></html>