/* Education Savings calculator specific styles */

div.ff-calc-value {
    padding-right: 5px;
}

.ff-calc-delete-column {
	padding-left: 70px;
}

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

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

td.ff-calc-bold {
	width: 185px;
	text-align: left;
	font-size: 1.2em;
}

table#students-matrix {
	margin: auto;
}

div#ff-calc-main-panel {
	text-align: center;
}

th {
	padding-left: 10px;
}

@media all and (min-width: 651px) {
	.ff-calc-input {
		width: 80px;
		margin-left: 10px;
	}
}

@media all and (max-width: 650px) {
/*    input#students-1-student,
    input#students-1-school,
    input#students-1-annual-cost,
    input#students-1-inflation,
    input#students-1-years-to-school,
    input#students-1-years-of-college,
    input#students-1-saved,
    input#students-1-return-rate {
        width: 50%;
        margin-left: 50%;
    }*/

    /*.ff-calc-input {
		width: 100px;
		margin-left: 20px;
	}*/

	table, thead,
	tbody, th, td, tr {
	    display: block;
	}

	#student-add,
	tr#row-annual-contrib,
	tr#row-monthly-contrib,
	tr#row-delete,
	th {
		display: none;
	}

	td.ff-calc-bold {
		min-width: 200px;
	}
}

