/* CSS der Eingabe-Elemente */

input {
  text-align: center;
  margin: 2px 0 2px 0;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
}

select {
  font-size: 1rem;
  font-family: 'Courier New', monospace;
  font-weight: 700;
  text-align: center;
  height: 33px;
}

option {
  height: 2rem !important;
  padding: 10px;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.w3-button {
  padding: 0.25rem 1rem;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.0rem;
  font-weight: 600;
}
.lonlat {
  text-align: center;
  width: 80px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  margin-right: 1rem;
}

#lonval, #latval {
  text-align: center;
  font-family: 'Courier New', Courier, monospace !important;
  font-weight: 600;
  margin-right: 1rem;
}