/* Site CSS */
h4 {
	text-align:center;
}

table.formTable, table.spreadsheet {
	/*margin-left:auto;
	margin-right:auto;
	border-width:1px;
	border-color:##000;
	border-style:solid;
	max-width:750px;*/
	border: 1px solid ##CBCBCB;
	border-collapse: collapse;
	margin: 10px 15px;
	vertical-align: top;
	margin-left:auto;
	margin-right:auto;
}

table.spreadsheet th {
	background-color: ##CCD4D7;
	padding: 5px;
	/*text-align:center;*/
	vertical-align: bottom;
}

.stripe-row > tbody > tr:nth-child(even) {
	background-color:##EBEBEB;
}

.submit {
	text-align:center;
	padding-top:25px;
}