<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navre a {
  background: #4598ED;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 40px;
  padding: 0 27px;
  font-weight: bold;
  text-decoration: none;
  
}
#navre a:hover {
  background: #FFFFFF;
   color: #233074;
}
@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
	 background: #FFFFFF;
	 color: #233074;
  }

 #navre{
   background: #CCCCCC;
   }

 #navre a:hover {
  background: #4598ED;
   color: #FFFFFF;
}

}</pre></body></html>