<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">iframe {
	width:100%;
	height:100%;
	border:none;
	display:block;
       
}
.scroll {
	width:926px;
	height:147px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	background-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
    
}
</pre></body></html>