div.admin table tr td:first-child,
div.appendix table tr td:first-child,
div.develop table tr td:first-child {
  white-space: nowrap;
}

div.appendix .negative {
  background-color: LightGray;
}
div.appendix .notice {
  background-color: Yellow;
}

div.designers div.display {
  border: solid 1pt Gray;
  margin: 1em;
}
div.designers table.pages {
  empty-cells: show;
  border-collapse: separate;
  margin: 0 auto;
}
div.designers table.pages p {
  margin-left: 0;
}
div.designers table.pages td {
  vertical-align: top;
  border: 1pt solid Black;
  width: 105pt;
  height: 148pt;
}
div.designers table.pages th {
  border: none;
}
div.designers table.example th {
  border: 2pt solid Black;
}
div.designers table.example td {
  vertical-align: baseline;
  border: 1pt solid Black;
  width: auto;
  height: auto;
}
div.designers table.pages caption:before, table.example caption:before {
   content: '';
   counter-increment: none;
}

