<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navre a {
  background: #3B5FB5;
  color: #fff;
  display: block;
  float: left;
 font-size: 0.68vw;
  padding: 1.0vw 0;
  font-weight: bold;
  text-decoration: none;
  width:12.5%;
  text-align:center;
}

#navre a:hover {
  background: #FFFFFF;
   color: #3B5FB5;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
	 background: #FFFFFF;
	 color: #3B5FB5;
 font-size: 12px;
 padding:15px 0;
  }

  #navre{
	background: #CCCCCC;
  }

 #navre a:hover {
  background: #3B5FB5;
   color: #FFFFFF;
}

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