#topheading,
nav,
nav > span  {
  color: #002864!important;
 
}

nav > span  {
margin-left: 25px;
}

#dialog-info p {
  text-align: left; /* justify; */
}

#toplogo {
  height: 72px!important;
  margin-top: -25px;
  margin-left: 15px;
  margin-right: 15px;
}
 
/* Hide 'leaflet' in attribution. Use in leaflet 1.8.0 when attributions of base layers are 
concatinated when attribution is added with L.control.attribution. See bug report at github: 
https://github.com/Leaflet/Leaflet/issues/8416 */
.leaflet-control-attribution a:first-of-type { 
   display: none;
}

.leaflet-control-attribution span:first-of-type { 
  display: none;
}

.bmu {
  width: 100%;
  height: 130px;
  margin-top: -30px;
  justify-content: right;
  display: flex;
  padding-bottom: 30px;

}

.bmu img {
  float: right;
  margin-right: 0px;
  margin-top: -5px;
}

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

 .bmu img {
   height: 130px!important;
   margin-right: 0;
 }
}

#places a {
  color: #0098df!important;
  margin: 0 .1em;
}

#places {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 10pt;
  line-height: 1.25em!important;
}