html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

#map, #panorama {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.navbar-brand {
  font-weight: bold;
  font-size: 30px;
}

.container-fluid {
  height: calc(100% - 76px);
}

.row {
  height: 100%;
}

#map-container {
  padding: 0px;
  height: 100%;
}

#dreams-container {
  padding: 15px;
  overflow-y: auto;
  height: 100%;
  background: #eee;
}

#reset-map, #back-to-map {
  position: absolute;
  z-index: 10;
  left: calc(50% - 75px);
  top: 10px;
  width: 150px;
}
