.debug {
  border: 1px solid magenta;
}
#synop {
  padding: 100px;
  padding-top: 20px;
}
#synop > div {
  margin: 0;
  padding: 0;
}
#synop img {
  width: 100%;
  max-width: 800px;
}
div#metoffice-datapoint-service {
  margin-top: 10px;
  font-style: italic;
  font-size: 80%;
}
ul.w3-ul li {
  border-bottom: none;
  padding: 2px 2px 2px 16px;
}
ul#lmenu {
  width: 80px;
}
#lmenu li {
  font-size: 80%;
}
ul.menu li.selected {
  color: cyan;
  font-weight: bold;
}

@media screen and (orientation:landscape)
	and (min-width: 780px)
	and (max-width: 820px) {
}
@media screen and (orientation:landscape) and (max-width: 600px) {
  .tablet-only {
    display: none;
  }
}
@media screen and (orientation:landscape) and (min-width: 600px) {
  #left {
    padding-top: 10px;
  }
}
@media screen and (orientation:landscape) and (min-width: 840px) {
  #left {
    padding-top: 0;
  }
}
@media screen and (orientation:portrait) {
  #synop {
    padding: 5px;
    padding-top: 50px;
  }
  #bottom ul.menu > li {
    width: 16%;
    font-size: 80%;
  }
}
#hmenu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#hmenu > ul > li {
  float: left;
  text-align: center;
  width: 13%;
}
#hmenu > ul > li > a {
  text-decoration: none;
}
.active {
  color: cyan;
  font-weight: bold;
  margin: 0;
  margin-bottom: 2px;
  background: black;
}
#bottom > ul > li {
  width: 20%;
}
