.leaflet-container .leaflet-control-mouseposition {
  background-color: rgba(38, 38, 38, 0.8);
  width: 158px;
  box-shadow: 0 0 5px #bbb;
  padding: 0 5px;
  margin: 0;
  color: white;
  /* font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; */
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  left: 10px;
  
  box-shadow: 0 1px 5px rgba(0,0,0,.65);
  border-radius: 2px;
}

