body, html{
  background-color: #000;
  color: #fff;
  font-family: courier new;
  font-size: 9pt;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
}

#defaultCanvas0 {
  display: block;
  margin: auto;
  position :absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast
}

.aiData {

}

.aiData table tr td:first-child {
    width: 100px;
    text-align: right;
}

.aiData div {
    height: 1px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: #0f0;
}

.aiWeights div {
    width: 20px;
    height: 3px;
    background: #000;
    float: right;
}

.aiWeights div div {
    background: #0f0;
    float: right;
}
