.leaflet-control-weather {
  color:#fff;
  font-weight: bold;
  background:#666;
  padding:7px;
  opacity:0.8;
  font-size:0.9em;
  width:190px;
}

.leaflet-control-weather .weatherIcon {
  float:left;
  border:3px solid #fff;
  font-size:2.5em;
  width:50px;
  height:50px;
  text-align:center;
  margin-right:10px
}

.leaflet-control-weather .weatherIcon img {
  max-width: 100% !important;
}

.leaflet-control-weather h4 {
  font-size:1.5em
}
