html, body {
  max-height: 600px;
  padding: 0;
  margin: 0;
  background: none;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
}

#map .table{
  width: 300px;
}

#map .table-container{
  height: 300px;
  overflow: auto;
}
