.table thead tr td{
	border: 1px solid black !important;
	background: #32659c !important;
	color: #ffffff !important;
	text-align:center;
	vertical-align: middle;
}
.table tbody tr td{
	border: 1px solid black !important;
	background: white !important;
	text-align:center;
	vertical-align: middle;
}
.table tbody tr:nth-child(odd) td{
	background: #f5f5f5 !important;
}
.btn{
	color: black !important;
	background: #f5f5f5 !important;
	border-radius:5px;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	//position:absolute !important;
	margin-right:10px;
}
.contactButton{
	background: #32659c !important;
	color: #ffffff !important;
}
.sendButton{
	background: #32659c !important;
	color: #ffffff !important;
}
#yearLabel{
	font-size:150%;
}