html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: sans-serif;
  font-size: 90%
}

#map_canvas {
  width: 80%;
  height: 80%;
}

#sidebar {
  position: absolute;
  left: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 1em;
}

h1 {
  margin: 0;
  font-size: 200%;
}

h2 {
  margin: 0;
  font-size: 125%;
}

#sidebar img {
  vertical-align: middle;
  border: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin-top: 0;
  font-size: 90%;
}

li {
  margin-top: 2px;
}

