.overview {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: calc(100% - 520px);
}
.overview .map {
  position: absolute;
  top: 10px;
  width: 100%;
}
.overview .overlay {
  position: absolute;
  top: 10px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.google-doc {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: calc(100% - 570px);
}
.google-doc .window {
  position: absolute;
  left: 0px;
  top: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
}
.google-doc .window .window-body {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.google-doc .window .window-body iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

/*# sourceMappingURL=documentation.css.map */
