
/* Table layouts */
table.amortization { width:100% }

/* Table gimicks */
table.amortization td span.year { display:block } /* Year number for period is on its own line */
table.amortization tr.year td.period_col { font-weight:bold }
.amortizationS0 td.interest_col { font-weight:bold } /* Monthly payment and amort table's interest col is bolded */

.calculations { width:500px; margin:0 auto }
