.clear {
  clear: both;
}
#flot {
  width: 100%;
  height: 400px;
}
html {
  background: black;
  color: #ffffff;
  font-family: 'Open Sans';
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.lastTemp,
.setTemp {
  font-size: 6vw;
  padding: 10px;
  font-weight: bold;
}
.lastTemp span,
.setTemp span {
  color: #696969;
}
.lastTemp {
  float: left;
}
.setTemp {
  float: right;
}
header {
  border-bottom: 1px solid white;
}
.button,
input[type=submit] {
  display: inline-block;
  float: left;
  border: 0;
  border-radius: 5px;
  background: white;
  color: black;
  padding: 20px 0;
  font-size: 50px;
  box-sizing: border-box;
  margin: 1%;
  width: 98%;
  text-align: center;
  text-decoration: none;
}
div.button {
  font-size: 0;
}
.button.half {
  width: 48%;
}
hr {
  border: 1px solid white;
  border-bottom: 0;
}
.form input[type=time],
.form select,
.form input[type=number],
.form input[type=datetime-local],
.form input[type=text] {
  display: inline-block;
  border: 0;
  border-radius: 5px;
  background: white;
  color: black;
  padding: 5px 10px;
  font-size: 40px;
  box-sizing: border-box;
  font-family: 'Open Sans';
  margin: 5px;
  float: right;
  width: 200px;
}
#form2 input[type=datetime-local],
#form-exc input[type=datetime-local],
#form2 input[type=number],
#form-exc input[type=number] {
  width: 450px;
}
.form input[type=time]:disabled,
.form select:disabled,
.form input[type=number]:disabled {
  background: gray;
}
.form input[type=radio],
.form input[type=checkbox] {
  width: 35px;
  height: 35px;
  border: 1px solid white;
  margin-right: 10px;
}
.form label {
  font-size: 50px;
  min-width: 30%;
  display: inline-block;
}
.row {
  clear: both;
}
header.topi {
  background-image: url(flame.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header.vetrani {
  background-image: url(window_neg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.button img {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100px;
}
header img {
  display: block;
  height: 64px;
}
#flot .btn {
  position: absolute;
  cursor: pointer;
}
#flot div.btn {
  font-size: smaller;
  color: #999;
  background-color: #eee;
  padding: 2px;
}
sup {
  font-size: 4vw;
  padding-left: 8px;
}
@media screen AND (min-width: 1000px) {
  .button.half {
    width: 23%;
  }
  .lastTemp,
  .setTemp {
    font-size: 5vw;
  }
  sup {
    font-size: 3vw;
  }
}
