html,
body,

#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

body {
  background-color: black;
}

.webView {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.globeView {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 94%;
}

.headerView {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 48px;
  background-color:#ddd;
}

#measurementToolbar {
  background: #fff;
  cursor: default;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.measurement-button {
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #6e6e6e;
  height: 32px;
  width: 32px;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.measurement-button:hover,
.measurement-button:focus {
  background: #0079c1;
  color: #e4e4e4;
}

.active-measurement-button {
  background: #0079c1;
  color: #e4e4e4;
}
