html, body {
 width: 100%;
 height: 100%;
}

body {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

div#listcontainer {
 position: absolute;
 overflow: scroll;
 width: 25%;
 height: 100%;
 top: 0;
 left: 0;
 font-size: 75%;
}

div#list {
 padding: 5px;
}

div#map {
 position: absolute;
 width: 75%;
 height: 100%;
 top: 0;
 right: 0;
}

div.title {
 font-weight: bold;
 font-size: 115%;
}

div#list ul {
 list-style-type: none;
 margin-left: 0;
 padding-left: 0;
}
