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

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

/* main, three part layout */
div#data {
 position: absolute;
 height: 12%;
 bottom: 0;
 width: 90%;
 padding: 10px;
}

div#list {
 position: absolute;
 overflow: scroll;
 width: 30%;
 height: 85%;
 top: 0;
 left: 0;
}

div#map {
 position: absolute;
 width: 70%;
 height: 85%;
 top: 0;
 right: 0;
}

/* additional styling */

div#data form {
 display: inline;
}

ul {
 list-style-type: none;
 margin-left: 1em;
 padding-left: 0;
}

table#info {
 width: 75%;
}

table#info td {
 width: 50%;
}

