.btn-give {
	max-width: 360px;
	margin: 80px auto;
}

#goalsTable th, #goalsTable td {
	font-size: 90%;
	padding: 10px;
}

#youngAlumTable {
	margin-bottom:20px;
}

#youngAlumTable th  {
	background-color: #ddd;
	text-align: left;
	padding: 4px 5px;
}

#youngAlumTable td  {
	width:30%;
	border-bottom: dashed 1px black;
	line-height:1.7em;
	padding: 2px 5px;
}

#youngAlumTable tr :last-child {

	text-align:right;
}

.gold-table {
	width: 300px;
	min-width: 300px;
}

.gold-table th + th,
.gold-table td + td {
	text-align: right;
}

#scrollingList {
	width:200px;
	max-height:200px;
	margin-bottom: 5px;
	overflow-y:hidden;
	overflow-x:hidden;
	padding: 10px;
	background-color: #e3e3e3;
	color: #000;
	padding-right:0.7em;
}

.volunteer {
	clear: both;
	margin-bottom: 1em;
	margin-top: 1em;
}

.volunteer h3 {
	padding-left: 170px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.volunteer ul {
	margin-left: 170px;
}

.volunteer img {
	float: left;
	width: 150px;
	height: 150px;
	margin-bottom: 1em;
	margin-right: 1em;
}

/*.scrollButtons {
	width:49%;
} */

/* Mobile Overrides */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

	.btn-give {
		margin: 30px auto;
	}

	.volunteer h3 {
		padding-left: 0px;
	}

	.volunteer ul {
		margin-left: 0px;
	}

	.volunteer img {
		float: none;
	}

}
