<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.list_header {
	background-color:#DFE9EA;
	padding:4px;
	padding-left:8px;
	font-weight: bold;
}

div.photo_list {
	background-color:#DFE9EA;
}

div.item {
	background-color:#fff;
	box-shadow: 0px 3px 3px -3px #CCC !important;
	padding-top:8px;
	margin-bottom:12px;
}

div.title {
	color:#1E575F;
	margin-left:14px;
}

div.photo_container {
	overflow: hidden;
	padding:0px 8px 10px 8px;
}

div.photo_container img {
	display:block;
	width:68px;
	height:68px;
	margin:0px;
	padding:4px;
	float:left;
}

div.photo_list div.btn_more {
	width:290px;
	height:65px;
	background-image: url("../../images/review_admin/btn_more_bg.png");
	background-size:290px 65px;
	margin:0px auto;
	margin-top:0px;
}

div.photo_list div.btn_more p {
	font-size:12px;
	font-size: 1.2rem;
	text-align:center;
	padding-top:34px;
}</pre></body></html>