#stories {
	margin-top: 20px;
}

.row {
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	width: auto;
}

.member {
	float: left;
	height: auto;
	margin: 0 66px 0 0;
	width: 200px;
}

.member:last-child {
	margin-right: 0;
}

.member h3 {
	color: #B9EBFF !important;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.member p {
	font-size: 14px;
	font-weight: 300;
	height: 80px;
	overflow: hidden;
	line-height: 20px;
	text-align: justify;
}

.member .overlay {
	height: 20px !important;
	margin-top: -20px;
	position: relative;
	width: 200px;
	text-align: right;
}

.member .overlay a {
	background: transparent url('/images/common/blog-readmore-fadeout.png') no-repeat 0 0;
	display: block;
	text-align: right;
	width: 100%;
}

.headshot {
	background-repeat: no-repeat;
	background-position: 50% 0;
	border-radius: 100px;
	height: 200px;
	margin-bottom: 10px;
	width: 200px;
}