
.member{
	margin:auto;
	min-height:350px;
	
	color: #ccc;
	transition: .2s;
	position:relative;
	
	background-color:rgba(0, 20, 50, 0.8);
	
	border: 2px solid #06a;
	border-radius:10px;
	padding:5px;
	box-shadow: 0px 5px 10px #000000;
}
.member .panel{
	border-radius:10px;
	margin-bottom:10px;
	background-color:rgba(0, 20, 50, 0.5);
}

.avatar {
	width:100%;
	max-width:100px;
	height:auto;
	margin:auto;
	border:2px solid #06a;
	border-radius:50%;
}
.links {
	margin-bottom:5px;
	line-height: 30pt;
	display:inline-block;
}
/*
.member:hover{
	border: 2px solid #55AAFF;
	
}

.member:hover .panel{
	border: 1px solid #55AAFF;
	background-color:rgba(00, 40, 70, 0.8);
	
}
*/
.member h3{
	padding:0px;
	margin:0px;
	font-size:20px;
	font-weight:bold;
}
