body menu {
  position: static;
  height: auto;
  width: auto;
  background: initial;
}
body menu:after {
  content: ' ';
  clear: both;
  display: block;
}
body menu li a {
  float: left;
  display: block;
  line-height: 3em !important;
  font-size: 8pt !important;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 460px) {
  body { min-width: 220px; }
  body menu li a { width: 50%; }
}
body #main {
  position: static;
  height: auto;
  margin: 0;
  border: 0;
  overflow: auto;
  padding: 0;
}
body #main #content {
  border: 0;
  padding: 1em;
}
.welcome p { white-space: normal; }
