#section-wx-minima .content figure {
  flex: auto;
  display: flex;
  justify-content: center;
  margin: 0;
}
#section-wx-minima .content figure #map {
  flex: 1 0 auto;
  height: 100%;
  min-height: 300px;
  width: 300px;
  background: repeating-linear-gradient(-55deg, #222, #222 20px, #333 20px, #333 40px);
}
@media screen and (min-width: 400px) {
  #section-wx-minima .content figure #map .leaflet-popup-content {
    min-width: 200px;
  }
}
@media not screen and (min-width: 400px) {
  #section-wx-minima .content figure #map .leaflet-popup-content {
    max-width: 200px;
  }
}
#section-wx-minima .content figure #map .leaflet-popup-content .wind {
  display: none;
}
#section-wx-minima .content figure .wx-bar {
  display: flex;
  border: 1px solid #000;
}
#section-wx-minima .content figure .wx-bar .colour {
  display: inline-block;
  height: 6px;
}
#section-wx-minima .content figure.big {
  position: fixed;
  top: 60px;
  bottom: 60px;
  left: 0;
  right: 0;
}
#section-wx-minima .content figure.big #map .leaflet-popup-content .wind {
  display: block;
}
@media screen and (max-width: 400px) {
  #section-wx-minima .content figure.big #map .leaflet-popup-content .wind {
    display: none;
  }
}
#section-wx-minima .content figure.big #map .leaflet-popup-content .wind canvas {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#section-wx-minima .content figure.big #map .leaflet-popup-content .wind .message {
  display: none;
  font-style: italic;
}
#section-wx-minima .content figure.big #map .leaflet-popup-content .wind.empty canvas {
  display: none;
}
#section-wx-minima .content figure.big #map .leaflet-popup-content .wind.empty .message {
  display: block;
}
.blue {
  background-color: rgba(0,0,255,0.25);
}
.white {
  background-color: rgba(255,255,255,0.25);
}
.green {
  background-color: rgba(0,255,0,0.25);
}
.yellow {
  background-color: rgba(255,255,0,0.25);
}
.amber {
  background-color: rgba(255,165,0,0.25);
}
.red {
  background-color: rgba(255,0,0,0.25);
}
#fullscreen-icon {
  display: none;
}
#map-help {
  font-weight: bold;
  text-shadow: 1px 1px 1px #808080;
}
.leaflet-control-toggle {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 2px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  color: #000;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.leaflet-control-toggle #fullscreen-icon {
  display: unset;
  width: 20px;
  height: 20px;
  padding: 5px;
}
.big .leaflet-control-toggle .fullscreen-on {
  display: none !important;
}
.big .leaflet-control-toggle .fullscreen-off {
  display: unset !important;
}
