#map {
    height: 540px;
    width: 100%;
}

.title, .label, .labels {
    font-weight: bold;
}

/* #inputs {
    float: left;
}

#coordinputs input {
    float: right;
    margin: 9px;
} */

.labels {
    float: left;
    padding-top: 4px;
    padding-bottom: 10px;
    margin: 6px;
    height: 18px;
    /* clear: both; */
}

.recenterButton {
  float:left;
  margin-top:10px;
  margin-left:10px
}

/* button {
    /* margin-top: 10px; */
    height: 25px;
    /* float:left; */
    /* clear: both; */
} */

a {
  color: #0078A8;
  text-decoration: none;
  cursor: pointer;
}

.tooltip {
    position: absolute;
    display: inline-block;
    text-align: left;
    padding: 8px;
    font-family: 'Arial';
    font-size:12px;
    color: #000;
    background-color: #fff;
    border: .5px solid #999;
    border-radius: 5px;
    z-index: 1;
    opacity:0;

    /* outline radius for mozilla/firefox only */
    /* -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000; */
  }

.ui-tooltip-content {
    font-size: 10pt;
}

.tooltip_section {
    margin-bottom: 6px;
    float: left;
    text-align: left;
}
