
#results {
font-size:110%;
font-family: monospace;
border:1px solid black;
width:50%;
background:lightgreen;
}


#results table {border-collapse: collapse;font-size:110%;background:lightgreen;}
#results th {border-right: 1px solid black; text-align: right;background:lightgreen;}
#results td {text-align: right;background:lightgreen;}


