CalculatorCom:

/* Calculators */
.mortcalchead, .prequalhead { font-size: 15px; font-weight: bold; color: #000099 }
.mortcalcsubhead, .prequalsubhead { font-size: 13px; font-weight: bold; color: #000099 }
.mortcalcnormal, .prequalnormal { font-family: Arial, Helvetica, sans-serif; font-size: 13px }
.mortcalcglyph, .prequalglyph { color: #FF0000; font-weight: bold; font-style: italic }
.mortcalcerror, .prequalerror { color: #FF0000; font-weight: bold }

/* Mortgage Calculator Charts */
.mortcalccharthead { font-weight: bold }
.mortcalcchartlabel { font-weight: bold }
.mortcalcchartvalue { color: #FFFFFF; font-weight: bold }
.mortcalcchartbackground { background-color: #FFFFFF }
.mortcalcchartbarcolor0 { background-color: #FF0000 }
.mortcalcchartbarcolor1 { background-color: #0000FF }
.mortcalcchartbarcolor2 { background-color: #00FF00 }

Refer to the CalculatorCom manual for full details.

Code:

Place in the <style> element or in your external CSS file:
Highlight