<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ssdLensSearch_result table 
{
	border: 1px solid #ccc;
	color: #222;
	background: #f7f7f7;
	width: 100%;
	margin-bottom: 12px;
}
#ssdLensSearch_result td
{
	padding: 2px 4px;
	border-bottom: 1px solid #e8e8e8;
}
#ssdLensSearch_result th 
{
	padding: 2px 4px;
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#ssdLensSearch table 
{
	border: 1px solid #ccc;
	color: #222;
	background: #f7f7f7;
	width: 100%;
	margin-bottom: 12px;
}
#ssdLensSearch td
{
	padding: 8px;
	vertical-align: middle;
}

#ssdLensSearch td label 
{
	white-space: nowrap;
}

#ssdLensSearch td select, 
#ssdLensSearch td option 
{
	font-size: 11px;
	line-height: 13px;
	height: 18px;
}

#ssdLensSearch_count
{
	margin: 6px 0;
	font-weight: bold;
}</pre></body></html>