/* how long calculator specific styles */

th.ff-calc-first-col,
td.ff-calc-first-col {
	width: 100px;
}

.ff-calc-matrix tfoot td {
	padding: 10px 6px;
}

.ff-calc-matrix tfoot td.ff-calc-total-value {
	padding-right: 0;
}

td.ff-calc-delete-control {
	display: none;
}

th {
	text-align: right;
}

tr td {
	padding-left: 15px;
}

th.ff-calc-pad-left {
	padding-left: 20px;
}

div#payment-plans-1-months,
div#payment-plans-2-months,
div#payment-plans-3-months,
div#payment-plans-4-months,
div#payment-plans-5-months,
div#payment-plans-6-months,
div#payment-plans-7-months {
	color: blue;
	padding-left: 0px;
}

div#payment-plans-1-total-interest,
div#payment-plans-2-total-interest,
div#payment-plans-3-total-interest,
div#payment-plans-4-total-interest,
div#payment-plans-5-total-interest,
div#payment-plans-6-total-interest,
div#payment-plans-7-total-interest {
	/*background-color: #f4d075;*/
}

div#payment-plans-1-pmt-amount,
div#payment-plans-1-pmt-percentage {
	/*background-color: #ff7fff;*/
	background-color: #ffe100;
}

div#payment-plans-1-interest-saved,
div#payment-plans-2-interest-saved,
div#payment-plans-3-interest-saved,
div#payment-plans-4-interest-saved,
div#payment-plans-5-interest-saved,
div#payment-plans-6-interest-saved,
div#payment-plans-7-interest-saved {
	font-weight: bold;
}

@media all and (max-width: 650px){
	#ff-calc-wide-header {
		display: none;
	}
}