body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
   height: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

#map_container{
}

#point-select-map {
  position: absolute;
  right:0;
  top:0;
  width:20vw;
  height:300px;
}

#side-panel {
  position: absolute;
  width:20vw;
  right:0;
  top:300px;
  height:400px;
}

#side-panel > * {
  margin:20px;
}

#side-panel > button {
  font-size:1.4em;
}

.q-counter {
  font-size:2em;
  font-weight: bold;
}

.average_dist {
  text-decoration: underline;
  font-size:1.7em;
  font-weight: bold;
}
