<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
 * specification-list
 */
.specification-list{
	background-color: rgb(0,0,0);
	color: rgb(160,160,160);
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	text-indent: 10px;
}
.specification-list ul{
	list-style: none;
}
.specification-list &gt; ul &gt; li{
	border-top: 1px solid rgb(51,51,51);
	padding-bottom: 15px;
	padding-top: 14px;
}
.specification-list &gt; ul &gt; li:first-child{
	border-top: none;
}
.specification-list .subtitle{
	color: rgb(255,255,255);
	margin-bottom: 11px;
}
</pre></body></html>