<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-table { 
	margin-bottom: 8px; 
	border: 1px dotted #807C7C;
	padding : 2px 2px 3px 2px;
	
}

.panel-title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #807C7C;
	background-color : #fff;
	width : 97%;
	border-bottom: 1px dotted #807C7C;
	padding : 2px 2px 4px 2px;
}

.panel-body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000;
	background-color : #fff;
	padding : 10px 10px 10px 10px;
}

.panel-buttons {
	width:1px;
}

.panel-buttons a:link, .panel-buttons a:active, .panel-buttons a:visited {
	text-decoration: none;
	border: 0px;
}

.panel-buttons img {
	border: 0px;
}

</pre></body></html>