.member {
	
}

.member-image {
	//border: 2px solid #666;
	text-align: center;
	
}

.member-name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.member-description {
	margin-bottom: 1em;
	line-height: 140%;
}

.member-description h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-top: 1em;
}

table.member-table td {
  padding: 40px;
}

.member-title {
  width: 94px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
  background: #666;
  padding: 3px;
  color: white;
  
}