body {
  font-family: Verdana, "Lucida Sans Unicode", sans-serif;
  font-size: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

html {
  height: 100%;
}

#wrapper {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  height: 100%;
  position: relative;
}

a {
  color: #0000EE;
}

header {
  background-color: lightgray;
}

#fenster {
  margin-left: 0.5vw;
  background: white;
  padding-top: 5px;
  width: 99vw;
  border-radius: 10px;
  border: solid 1px seagreen;
  overflow: hidden;
  height: 80vh;
}
#fenster #grafik {
  height: 100%;
}

footer {
  background-color: lightgray;
  margin-top: 5px;
}
footer #author {
  font-size: 80%;
  width: 98vw;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 10px;
  height: 50px;
}
footer #author #mailadr {
  float: left;
}
footer #author #versn {
  float: right;
}

#dialogError {
  color: red;
}

.highcharts-tooltip {
  zIndex: 5;
}

.settings {
  text-align: left;
}

.thelabels {
  width: 50%;
  float: left;
}

.theInputs {
  float: left;
}

.rows {
  width: 100%;
  display: block;
}

.column {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

#startday {
  width: 40%;
}

#nbrofdays, #peaklim, #olderthan {
  width: 13%;
}

.addit {
  width: 20%;
  border: 1px solid blue;
}

.klein {
  font-size: 80%;
}

.infoTafel th, td {
  margin: auto;
  text-align: left;
  padding: 0 10px;
  border: 1px solid black;
  background-color: rgba(238, 238, 238, 0.6);
}

.infoTafel th {
  text-align: center;
}

.infoTafel tr {
  height: 20px;
}

@media only screen and (max-width: 700px) {
  .infoTafel, .legend {
    display: none;
  }
}
#navbarDropdown {
  color: white;
}

#selit {
  display: flex;
  margin: auto;
}

.infotafel th, td {
  margin: auto;
  text-align: center;
  padding: 0 10px;
  border: 1px solid black;
  background-color: rgba(238, 238, 238, 0.6) !important;
}

.vb {
  color: #2E9AFE;
}

.pv {
  color: #01DF01;
}

.mxs {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */