p {
  font-size: 1em;
  margin: 4px;
}

p.ret {
  text-align: right;
}

p.attr {
  font-size: smaller;
  margin-top: 8em;
}

form {
  margin: 0px;
}

.ch {
  color: #aaf;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px
}

.vs {
  color: #484;
  font-size: 0.66em;
  font-style: italic;
  vertical-align: top;
  padding-left: 2px;
  padding-right: 2px
}

#file-title {
  display: none;
}

.comment {
  background: #eee;
  margin: 1em;
  padding: 0.5em;
}

#text-src {
  display: none;
  font-family: monospace;
  height: 20em;
  overflow: auto;
}

#text-error {
  display: none;
  font-family: monospace;
  height: 20em;
  overflow: auto;
}

#text-show {
  border: 1px solid #aab;
  display: block;
  font-family: monospace;
  height: 20em;
  overflow: auto;
}

.user-ctl {
  background: #ccc;
  width: 100%
}

table {
  border-collapse: collapse;
}

table tr td.inner-table {
  padding: 0px 2px 0px 2px;
  vertical-align: top;
}

table tr td.inner-table td {
  padding: 2px;
}

table tr td.user-instr {
  line-height: 1.5em;
  padding-top: 2px;
  vertical-align: top;
}

#text-in-container {
  position: fixed;
  left: 0px;
  top: 0px;

  height: 1px;
  width: 1px;
  overflow: hidden;
}

#text-in {
  background: #aab;
  color: #aab;
  border: none;
  font-size: 1px;
  height: 1px;
  width: 1px;
}

.tb {
  display: block;
}

.ss {
  display: none;
}

.te {
  display: none;
}

.tb-spacer {
  width: 8px;
}

.stats {
  white-space: nowrap;
  width: 12em;
}

.cursor {
  background: #cfc;
  border: 1px solid #8e8;
  font-size: 1em;
  margin-left: 1px;
}

.hint-cursor {
  background: #f00;
  border: 1px solid #ff0;
  font-size: 1em;
}

.hint-mark {
  background: #f00;
}

.error-cursor {
  background: #fcc;
  border: 1px solid #f00;
  font-size: 1em;
}

.error-mark {
  background: #fcc;
}

.warning-cursor {
  background: #ff0;
  border: 1px solid #7f7;
  font-size: 1em;
}

.warning-mark {
  background: #ffc;
}

#cursor-container {
  visibility: visible;
}

