<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
Â&nbsp;Â&nbsp;Â&nbsp;-webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
Â&nbsp;Â&nbsp;Â&nbsp;width: 100%;
Â&nbsp;Â&nbsp;Â&nbsp;height: auto;
}
img{
	max-width:100%;
	height: auto;
Â&nbsp;Â&nbsp;Â&nbsp;	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	nav{width:100%;}
}

@media only screen and (max-width: 767px) {
	header #logo, header #search-box{margin:0 auto; text-align:center;}
	nav {width:100%;background:none;height:auto;}
	nav ul li {float: none;background:#006699 url(../images/lines2.png);text-align:center; }
	#content{background-color:#ffffff;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}</pre></body></html>