<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,.st-container,.st-pusher{
	height: 100%;
}
.st-content {
	height:calc(100% - 50px);
}
/* start media queries */	
@media(min-width:1px) and (max-width:767px){
	html,body{overflow-y:hidden;}
	
	.content {
		height: calc(100% - 72px);
	}
}</pre></body></html>