<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-height: 500px){
	.sticky_read {
		/*
	  background-image: url("/styles/milk/theme/images/png/icon_read.png"); /* IE8 + below */
	  /*
	  background-size: 40px 40px;
	  border:1px solid red;
	  background-color:#000;
	  position:absolute;
	  background-position: 20px 100px !important;
	  
			overflow-y: scroll;*/
	}
}
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #dedede;
	}
}</pre></body></html>