﻿/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */



DIV.table-row {
  background: none; border: solid #000000 0px; color: #000000;
  margin-top: 0px; margin-right: 0px; margin-bottom: 0; margin-left: 0px;
  padding: 0px; text-align: left; width: 96%;
}

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

DIV.left-container2 {
  border: none; float: left; margin: 0px; padding-right: 10px; width: 45%;
}

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


/* Watch out for this DIV... rule, it appears every now and then */

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


