DIV.table-row {
  /*background: none #ffffcc; border: solid #000000 1px; color: #000000;*/
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding: 0; width: 100%;
}

/* Style rules for the 3 x 2 table example */

DIV.left-container2 {
  border: none; float: left; margin: 0; padding: 0; width: 50%;
}

DIV.right-container2 {
  border: none; float: right; margin: 0; padding: 0; width: 50%;
}

/* Rules in detail that is used to suggest rendering for the */
/* Nobel price winner table example. I still use some of the */
/* generic rules as found above and below, but still..       */

DIV.left-container13 {
  border: none; float: left; margin: 0; padding: 0; width: auto;
}

DIV.left-container23 {
  border: none; float: left; margin: 0; padding: 0; width: auto;
}

DIV.right-container13 {
  border: none; float: right; margin: 0; padding: 0; width: auto;
}

DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}
