h3.name {
	font-size: 120%;
	padding: 0 1em 0.2em 1em;
	border-bottom: 1px solid #d9d9d9;
	margin: 0.5em 0;
	position: relative;
}
	h3.name::before {
		font-family: FontAwesome; /* FontAwesome Icon */
		content: "\f007";
		font-size: 150%;
		margin-right: 0.5em;
	}
	h3.name span{
		position: absolute;
		right: 1em;
		bottom: 0.6em;
		font-weight: normal;
		font-size: 80%;
	}

table dl dt{

}
table dl dd{
	margin-left: 0.5em;
}
	table dl dd:before {
		content: "\f105";
		font-family: FontAwesome;
		margin-right: 0.3em;
		/* color: #0084c9; */
		font-size: 120%;
	}




div.material_box{
	border: 1px #dedede solid;
	margin: 5px;
	padding: 10px;
	overflow: auto;
	border-radius: 3px; 
	-webkit-border-radius: 3px; /* Safari,Google Chrome—p */  
	-moz-border-radius: 3px; /* Firefox—p */  
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	div.material_box p{
		text-align: center;
		line-height: 110%;
	}

	div.material_box img{
		display: block;
		margin: auto;
	}

	div.material_box img.bn_100_50{
		width: 100px;
		height: 50px;
	}
	div.material_box img.bn_120_60{
		width: 120px;
		height: 60px;
	}
	div.material_box img.bn_160_80{
		width: 160px;
		height: 80px;
	}
	div.material_box img.bn_180_90{
		width: 180px;
		height: 90px;
	}
	div.material_box img.bn_240_120{
		width: 240px;
		height: 120px;
	}
	div.material_box img.bn_280_140{
		width: 280px;
		height: 140px;
	}
	div.material_box img.bn_svg{
		width: 240px;
		height: 120px;
	}


p.prof_pic{
	max-width: 30%;
	float: right;
	border: 1px solid #ddd;
	padding: 3px;
	background: #f8f8f8;
	margin: 0.5em;

}
