<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#topheading,
nav,
nav &gt; span  {
  /* color: #444!important; */
  color: #0d436e!important;
}

nav &gt; span  {
margin-left: 25px;
}

.bmu {
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-top: -40px;
  justify-content: right;
  display: flex;
}

.bmu img {
  float: right;
  margin-right: -30px;
}

@media screen and (max-width: 700px) {
 .bmu {
   justify-content: center;
   margin-top:-20px;
 }

 .bmu img {
   height: 130px!important;
   margin-right: 0;
 }
}
</pre></body></html>