canvas {
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
  line-height: 1px;
}
.rot {
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 0 0 3px 3px;
  margin: 0;
  font-size: 120%;
  text-align: center;
  vertical-align: top;
  -moz-transform: rotate(90deg);
  -ms-webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#centerer {
  margin: 0;
  padding: 0;
}
#gauges {
  display: block;
  width: 601px;
  background-color: #bbb;
  margin-bottom: 3px;
}
