body {
  font-family: "Open Sans", sans-serif;
}

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

.info {
    font-size: 12pt;
    font-weight: bold;
}

.info-label {
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.calc_val {
    width: 100%;
    font-size: 12pt;
}