<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.ldroppanel,a.ldroppanel:hover
{
	display:block;
	height:10px;
	padding:1px 3px 2px 0px;
	font-size:12px;
}
.droppanel
{
	border:1px;
	border-style:solid;
	border-color:#BBCAEC;
	display:none;	
	WIDTH: 400px;	
	POSITION: absolute; 
	HEIGHT: 120px; 
	BACKGROUND-COLOR:#EDF1FA;
	padding:2px 2px 2px 2px;
}
</pre></body></html>