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

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

div#timelinecontainer {
 position: absolute;
 top: 0;
 bottom: 85%;
 width: 100%;
}

div#timeline {
 height: 100%;
 font-size: 8pt;
}

div#mapcontainer {
 position: absolute;
 bottom: 0;
 height: 85%;
 width: 100%;
}

div#map {
 width: 100%;
 height: 100%;
}
