/* Height is set in base.js, so we're able to tell if we should scroll or not */
#o2Debug {
  position   : fixed;
  top        : 0;
  right      : 0;
  width      : 300px;
  overflow   : auto;
  border     : 1px dotted black;
  text-align : left;
  background : white;
  z-index    : 999;
  opacity    : 0.8;
}
#o2ClearDebug {
  position : fixed;
  right    : 0;
  z-index  : 999;
}

