/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */

DIV.base-layer {
  padding: 0; text-align: left; width: auto;
}

DIV.table-row {
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: 0;
  padding: 0; text-align: left; width: 85%; background-color:#7a7566;
}

/* 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 {
  margin-right: 4px; background-color:#7a7566; float: left; width: 23%;
}

DIV.left-container23 {
  margin-left: 5px; background-color:#7a7566; margin-top: 4px; margin-right: 4px; float: left; width: 23%;
}

DIV.right-container13 {
  border: none; background-color:#7a7566; float: right; margin: 0; padding: 0; width: 22%;
}

/* Watch out for this DIV... rule, it appears every now and then */

DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}

/* End of layer specific style rule set */
