#bio {
	padding-top: 20px;
}

#bio .picture{
	width: 33%;
	float: left;
	margin-right: 20px;
	border-radius: 10%;
}

#bio .name{
	margin-top: 15px;
	margin-bottom: 5px;
}

#bio .subname{
	color : black;
}

#bio .position{
	font-size: 14px;
	margin-bottom: 1em;
}

#bio .contact{
	width: calc(100% - 33% - 20px);
	margin-bottom: 0.5em;
}

#bio .contact td{
	width: 50%;
	font-size: 15px;
	padding: 5px;
}

#bio .contact td:nth-child(odd) {
	text-align:right;
	font-weight: bold;
}

#bio .contact td:nth-child(even) {
	text-align:left;
}

#bio .text{

}

@media screen and (max-width: 456px){
	#bio .picture{
		width: 100%;
		float: revert;
	}
}