<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#link-show-mark
{
	background: none;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	top: 30px;
	text-align: left;
}

#link-show-mark a
{
	border-bottom: 1px dashed #e46432 !important;
	color: #e46432 !important;
	font-size: 10pt !important;
	text-decoration: none !important;
}

#link-show-mark a:hover
{
	border: 0 !important;
}

#marks-bg
{
	background: #000;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 90;
}

#marks-dialog,
#marks-dialog-about
{
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	height: 140px;
	width: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -150px;
	padding: 20px;
	z-index: 100;
}

#marks-dialog-about
{
	height: auto;
}

.md-text
{
	color: #333;
	font-size: 9pt;
	padding: 0 0 5px;
}

.md-text.centered
{
	text-align: center;
	line-height: 18px;
	padding: 0 0 20px;
}

#md-mark
{
	border: 1px dashed #ccc;
	font-size: 9pt;
	height: 70px;
	width: 280px;
	line-height: 18px;
	margin: 0 0 15px;
	padding: 10px;
}

.md-buttons
{
	overflow: hidden;
	zoom: 1;
}

.md-buttons.centered
{
	text-align: center;
}

a.md-link-send
{
	float: left;
}

a.md-link-cancel
{
	float: right;
}

a.md-link-send,
a.md-link-cancel,
a.md-link-close
{
	font-size: 9pt;
	line-height: 18px;
	text-decoration: underline !important;
}

a.md-link-send:hover,
a.md-link-cancel:hover,
a.md-link-close:hover
{
	text-decoration: none !important;
}

a.md-link-send
{
	color: green;
}

a.md-link-cancel
{
	color: #999;
}</pre></body></html>