/* ----------------------------------------------------------
 file: profile.css
 
 last update: 20.12.16 by Patricia Engelskirchen
 ---------------------------------------------------------- */

div#imagecol {
	margin-left: 30px; 
	width: 450px; 
	overflow: hidden;
}

div#imagecol img {
	width: 350px;
}

div#linkcol {
}

div#profilecontent {
	display: flex; 
	flex-wrap: nowrap; 
	justify-content: flex-start;
}
