
/* styling for DNA tables */


table.dnatable
{
	font-size: 14px;
}


/* almost all <td> need to be center */

td
{
 text-align:center; 
}


/* exceptions */

td.normal
{
 text-align:left; 
}


div.notesbelow			/* notes below a table */
{
 border: 1px solid black;
margin-top:10; 
margin-bottom:40; 
 padding: 20px;
max-width:90%;
/* max-width:1000px; */ 
}


