.controls {
  float: left;
  clear: both;
}
.controls > .control {
  float: left;
  margin: 10px;
}
button {
  float: left;
}
.canvases {
  position: relative;
  float: left;
  clear: both;
}
canvas {
  border: 1px solid hsla(310,100%,50%,0.70);
  position: absolute;
}

table {
  float: left;
}
th,  td {
  border: 1px solid #cacaca;
}
td {
  text-align: right;
  min-width: 90px;
}
table.pan td {
  min-width: auto;
}
#debug {
  clear: both;
}
