<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.window {
	border-width: 1px; border-style: solid; padding: 5px; overflow: hidden;
}
.window .window-header {
	background: none; padding: 0px 0px 6px;
}
.window .window-body-noheader {
	border-top-width: 1px;
}
.window .window-header .panel-icon {
	top: 50%; margin-top: -11px;
}
.window .window-header .panel-tool {
	top: 50%; margin-top: -11px;
}
.window .window-header .panel-icon {
	left: 1px;
}
.window .window-header .panel-tool {
	right: 1px;
}
.window .window-header .panel-with-icon {
	padding-left: 18px;
}
.window-proxy {
	overflow: hidden; position: absolute;
}
.window-proxy-mask {
	position: absolute; opacity: 0.05;
}
.window-mask {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; font-size: 1px; position: absolute; opacity: 0.4;
}
.window {
	border-radius: 3px; position: absolute; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.window-shadow {
	border-radius: 3px; position: absolute; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.window-shadow {
	background: rgb(204, 204, 204); box-shadow: 2px 2px 3px #cccccc; -moz-box-shadow: 2px 2px 3px #cccccc; -webkit-box-shadow: 2px 2px 3px #cccccc;
}
.window {
	border-color: rgb(187, 187, 187); background-color: rgb(255, 255, 255);
}
.window-proxy {
	border: 1px dashed rgb(212, 212, 212); border-image: none;
}
.window-proxy-mask {
	background: rgb(204, 204, 204);
}
.window-mask {
	background: rgb(204, 204, 204);
}
</pre></body></html>