.team-widget-content {

}

.team-widget-content ul {
	padding: 0;
	list-style:none;
}

.team-widget-content li {
	margin-bottom: .5em;
}

.team-widget-content a {
	text-decoration: none;
}

.team-widget-content .person a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-widget-content .person img {
	max-width:25%;
	height:auto;
	margin-right: 10px;
}

.team-widget-content .single-person img {
	max-width:40%;
	margin-right: 20px;
}

.team-widget-content .person div {

}

.team-widget-content .person h3 {
	margin: 0 0 .25em;
	padding: 0;
}

.team-widget-content .person h4 {
	margin: 0;
	padding: 0;
}