/* TEAM */

#team {
	margin:0 0 10px 0;
}
#team .person {
	border-top: dotted thin;
	margin: 10px;
	padding: 20px 0 0 0;
}

#team .person .portrait {
	float:left;
	margin: 5px 20px 20px 0;
}

#team .person p{
	padding-left: 175px;
}

#team .twitter {
	float: left;
	margin: 2px 7px 0 0;
}

#team .twittertext {
	font-size: 10px;
	padding-top: 0;
}

#team h1 {
	color: #00a6ef;
	background: none;
	font-size: 18px;
	font-weight: normal;
	border-bottom: none;

}

#team .socialmedias {
	margin: 20px 0 20px 7px;
}
#team .smallheadline {
	font-weight: normal;
}
#team .profile {
	width:115px; 
	height:115px; 
	margin: 0 15px 15px 0; 
	border-radius: 100px; 
	overflow: hidden; 
	-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}

/* ACCORDION */

.accordion h3 {
	font-weight: normal;
	line-height: 20px;
}