/********STAFF PAGE*********/
#home-content #staffPage .row-responsive
{
	margin-bottom: 0;
}
.staffUnderline
{
	border-bottom: 2px solid #eee;
	float: left;
}
.studentUnderline
{
	border-bottom: 2px solid #eee;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.studentUnderline img
{
	float: left;
	padding-right: 20px;
}
.studentUnderline:last-of-type
{
	border-bottom: none;
	float: left;
	width: 100%;
	padding-bottom: 0;
}
