<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#detail {}

#detail p {}
#detail .pic {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}
#detail .pic img {}
#detail .pic img.left {
	float: left;
	padding-right: 15px;
}
#detail .pic p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
</pre></body></html>