<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.smiley-scroll {
	height: 290px;
	border: solid 1px gray; 
	overflow:auto;
}

@media (max-width: 700px) {
.smiley-scroll {
	height: 110px;
	border: solid 1px gray; 
	overflow:auto;
}}</pre></body></html>