sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

.autofit table {
	clear:both; 
	width:800px; 
	max-width:800px;
	height:500px;
	max-height:500px;
	overflow:auto;
	margin:2em 0.5em 2em 0.25em; 
	border: solid 2px rgb(0,0,0); 
        border-collapse: collapse;
        /*border-spacing: 5pt ;*/
	/*table-layout: fixed;*/ 
	empty-cells:show; 
	font-size:110%;
}

table.sortable td {
	text-align:center;
}

table.sortable td + td {
	text-align:left;
}

td.symbol {
	text-align:center;
	width: 89px;
}
td.definition {
	text-align:center;
	width: 338px;
}
td.default {
	text-align:center;
	width: 123px;
}
td.reference {
	text-align:center;
	width: 400px;
}

tr.header {
	background-color:#FFFFCC;
}
