<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#browser {
	width:1px;
	height:1px;
	position:absolute;
	top:0;
	border:0px solid #f0f;
	right:200px;
	z-index:50;
	overflow:hidden;
	height:200px;
	background-color:#000;
	border:1px solid #555;

	/* transition: .5s; */
}
#browser_ctnr {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 64;
}
#browser_ctnr.withtopbar,
#browser.withtopbar {
	right: 2px;
	top: 38px;
}
.browserPadding {
	position:absolute;
	left:100px;
}
#browserSourceDim {
	border:1px solid #0ff;
	height:20px;
	width:20px;
	position:absolute;
	top:10px;
	left:10px;
	font-size:1px;
	line-height:1px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select:none;
}
#sourceBox{
	position:absolute;
	overflow:visible;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#browserVPDim {
	height:20px;
	width:20px;
	position:absolute;
	border:1px solid rgba(37, 130, 175, 1);
	font-size:1px;
	line-height:1px;
	cursor:pointer !important;
	background-color: rgba(37, 130, 175, 0.1);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select:none;
}
#closeBrowserOverview {
	z-index: 2;
	position: absolute;
	right: 0;
	margin: 0;
	font-size: 24px;
	padding: 0;
	cursor: pointer;
	top: -6px;
	clip-path: inset(8px 1px 9px 1px);
}
#showBrowserOverview {
	z-index: 2;
	position: absolute;
	top: -4px;
	right: -1px;
	margin: 0;
	font-size: 24px;
	padding: 0;
	cursor: pointer;
}
#showBrowserOverview:hover,
#closeBrowserOverview:hover {
    color: #f00;
}
</pre></body></html>