<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#smokescreen {  
	display:none;  
	background:#fff;  
	opacity:0.7;  
	filter:alpha(opacity=70);  
	position:absolute;  
	top:0px;  
	left:0px;  
	min-width:100%;  
	min-height:100%;  
	z-index:1000;  
}  
#smokescreen-panel {  
	display:none;  
	position:fixed;  
	top:100px;  
	left:50%;  
	margin-left:-200px;  
	width:400px;   
	padding:10px 15px 10px 15px;  
	z-index:1001;  
} </pre></body></html>