/* CWASA avatar library styles — scoped to avoid interfering with page layout */

.canvasAv {
  position: absolute; left: 0px; top: 0px;
  width: 100%; height: 100%;
  margin: 0; border: 0; padding: 0;
}

.divAv {
  box-sizing: border-box;
  position: relative; background: transparent;
  width: 100%; height: 100%;
  margin: 0; border: 0; padding: 0;
}

.CWASAAvatar {
  position: relative; background: transparent;
  width: 100%; height: 100%;
  margin: 0; border: 0; padding: 0;
}

.CWASAGUI {
  text-align: center;
  position: relative;
  margin: 0; border: 0; padding: 0;
}

.txtaSiGMLText, .statusLog {
  font-family: monospace; font-size: 0.9em; width: 306px;
}

.stocApplet { visibility: hidden; height: 1px; }

.menuAv { font-family: sans-serif; font-size: 0.9em; width: 6em; }

.displayed { }
.undisplayed { display: none; }
