.team-member {
	background: #EEE;
	border-radius: 4px;
	float: left;
	margin: 0 30px 30px 0;
	overflow: hidden;
	padding: 20px 0;
}

.team-member.last {
	float: right;
	margin-right: 0;
}

.team-member-image img {
	border: 0 !important;
	border-radius: 4px 4px 0 0;
	margin: -20px 0 10px !important;
	padding: 0 !important;
}

.team-member-name {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0 25px;
}

.team-member-position {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 25px;
	text-transform: uppercase;
}

.team-member-description {
	display: block;
	padding: 0 25px;
}

/* Clear floats. */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }