body {
  background-color: black;
  color: #1ec503;
  font-size: 16px;
}

#controlPanel{
  position:absolute;
  margin:0;
  padding:0;
}

#controlPanelBody{
  position:absolute;
  margin:0;
  padding:0;
  bottom:0;
  left:0;
  z-index:0;
}

#mapRegion{
  position:absolute;
  margin:0;
  padding:0;
  top:0;
  left:0;
  z-index:5;
  border-radius:5px; background:#1d1d1d; box-shadow:0px 1px 10px #000000 inset; border-bottom:1px solid #666666; border-left:1px solid #2b2b2b; border-right:1px solid #2b2b2b;
}

#map{
  position:absolute;
  margin:0;
  padding:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#map svg{
  height:100%;
  width:auto;
}

#consoleRegion{
  position:absolute;
  margin:0;
  padding:0;
  bottom:0;
  left:0;
  z-index:5;
  border-radius:5px; background:#1d1d1d; box-shadow:0px 1px 10px #000000 inset; border-bottom:1px solid #666666; border-left:1px solid #2b2b2b; border-right:1px solid #2b2b2b;
}

#console{
  position:absolute;
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  overflow-x: hidden;
  overflow-y: auto;
}

#picRegion{
  position:absolute;
  margin:0;
  padding:0;
  top:0;
  right:0;
  z-index:5;
  border-radius:5px; background:#1d1d1d; box-shadow:0px 1px 10px #000000 inset; border-bottom:1px solid #666666; border-left:1px solid #2b2b2b; border-right:1px solid #2b2b2b;
}

#pictureOut{
  position:absolute;
  margin:0;
  padding:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#infoRegion{
  position:absolute;
  margin:0;
  padding:0;
  bottom:0;
  right:0;
  z-index:5;
  border-radius:5px; background:#1d1d1d; box-shadow:0px 1px 10px #000000 inset; border-bottom:1px solid #666666; border-left:1px solid #2b2b2b; border-right:1px solid #2b2b2b;
}

#informationOut{
  height:100%;
  width:auto;
}