<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bar-right {
	position:absolute;
	top: 130px;
	right:-70px;
	height:300px;
	width:80px;
	background:url(../images/content/right.png) no-repeat;
}
@media only screen and (max-width: 420px) {
 #bar-right {
display:none;
}
}
</pre></body></html>