body {
  font-family: sans-serif;
  margin: 0px;
}
hr {
  border: 1px;
  width: 100%;
}
th {
  border-bottom: 1px solid #808080;
  font-size: 20px;
}
td {
  height: 100%;
}
div.setpoint {
  font-size: 100px;
}
div.half {
  font-size: 35px;
}
object {
  border: 1px solid #808080;
  background-color: #ffffff;
}
.main {
  padding: 8px;
}
.main table {
  border: 2px solid #808080;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 0px;
  margin-top: 20px;
  background-image: url('header.png');
  background-repeat:repeat-x;
  background-color: #f6f6f6;
  width: 100%;
}
.main button {
  padding: 0px;
  margin: 8px;
  font-size: 24px;
  width: 60px;
}
.nav {
  position: absolute; bottom: 0px; width: 100%;
}
.nav table {
  width: 100%;
}
.nav button {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #dddddd;
  -webkit-border-radius:5px;
}
input:active {
  position:relative;
  top: 3px;
}
#container {
  position: relative;
}
#container #dhwmode {
  position:absolute;
  top: -26;
  left: 0;
}
