<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:active, a:selected, a:visited { 
    border: none;
    outline: none;
}
input#searchbox{
  padding:8px 17px;
  margin-bottom:2px;
  border:1px solid #e6e6e6;
  width:70%;
  height:46px;
}

a.footerlogo img{
	height:56px !important;
}

p.herotext{
	height: 99px !important;
}

button.direction span.next:after{
	content:'&gt;';
	padding-left:10px;
}
button.direction span.previous:before{
	content:'&lt;';
	padding-right:10px;
}</pre></body></html>