/*table styles for the degrees*/
table.degree {float:left; margin:10px}
table.degree tr:nth-child(even) {background: #f5f5f5}
table.degree tr:nth-child(odd) {background: #eee}
table.degree th {font: bold caps 12px San-serif;text-align:left;}
table.degree { width:45%}