#team_list {
	display: inline-block;
	width: 700px;
	position: absolute;
	height: initial;
	margin: 0px;
	margin-top: -25px;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
}
.team_row_category h1 {
	width: 700px;
	font-weight: normal;
	font-size: 25px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAB0B0; /*#e6e7e8*/
	margin-top: 35px;
}
#team_list h1 {
	margin-bottom: 0px;
}
.team_row {
	width:700px;
	margin-top: 25px;
	margin-left: 0px;
}
.team_col {
	display: inline-block;
	width:200px;
	margin-left: 20px;
}
.team_col p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Ubuntu',Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: black;
	text-align: center;
}
.team_col a {
	text-decoration: none;
}
.team_col :hover{
	color: #80c780;
	font-weight: bolder;
	cursor: pointer;
}

.team_menu {
	display: inline-block;
	margin-left: 750px;
	width: 260px;
	font-family: 'Ubuntu',Helvetica;
}
li#team_menu_member {
	font-size: 20px;
	font-weight: normal;
	color: black;
}
li#team_menu_member a {
	text-decoration: none;
	cursor: pointer;
	color: black;
}
li#team_menu_member a:hover {
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #80c780;

}
.team_details {
	margin-top: 25px;
	display: table;
	width: auto;
}
.team_details_row {
	display: table-row;
}
.team_details_image {
	display: table-cell;
	float: left;
	width: 300px;
	vertical-align: top;
	margin-top: 10px;
}
.team_details_text {
	display: table-cell;
	float: left;
	width: 350px;
	vertical-align: top;
}
.team_details_text h2 {
	font-size: 20px;
	font-weight: bold;
}
.team_details_text h4 {
	font-size: 18px;
	font-weight: bold;
}
.team_details_text p {
	text-align: justify;
	font-size:14px;
}
.team_details_text a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.team_details_text a:hover {
	color: #80c780;
}
.team_details_text li {
	text-align: justify;
	font-size:14px;
}
img {
	border-radius:150px;

}
