.member {
	box-shadow: gray 0 0 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.member img {
	border-radius: 5px 5px 0 0;
}

.member h1,p {
	margin: 0 10px;
}

.member p:last-child {
	padding-bottom: 10px;
}

.member a:nth-of-type(1) {
	margin-top:10px;
}

.member a {
	width:100%;
	display: block;
	text-align: center;
	height: 3em;
	line-height: 3em;
	text-decoration: none;
	background-color: rgb(179,179,179);
	color: white;
}

.member a[href*="facebook"] {
	background-color: rgb(59, 89, 152);
	color: white;
}

.member a[href*="twitter"] {
	background-color: rgb(83,169,255);
	color: white;
}

.member a:last-child {
	border-radius: 0 0 5px 5px;
}