/* used by special stuff on the home page */
.divtbl {
  display: table;
  }
.divrow {
  display: table-row;
  }
.divcel {
  display: table-cell;
  xvertical-align: middle;
  width: 50%;
  padding: 1ex 1em;
  }
.lstbig {
  font-size: 125%;
  font-weight: bold;
  }