* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 10pt;
}

#all h1 {
  margin-bottom: 1em;
  border-left: 1em solid black;
  padding-left: 1ex;
  font-size: x-large;
}
#all .adtop,
#all .adside,
#all #menu,
#all .ad,
#all #head {
  display: none;
  }
#all #foot {
  margin-top: 1em;
}
table td {
  white-space: nowrap;
  }

.neg {
  color: red;
}
.pos {
  color: blue;
}

.addbutton {
  display: none;
}

.module h3 {
  border-left: 1em solid black;
  padding-left: 1ex;
  font-size: large;
}
.module .more ,
.module ul.menubar li {
  display: none;
}
.module ul.menubar li.active {
  display: block;
}
.module .note {
  margin: 1ex 1em;
  border: 1pt solid black;
}

.search {
  display: none;
}

.module table {
  width: 100%;
}

#popup {
  display: none;
  }
