.left_part {
	float: left;
	display: inline-block;
	width: 73.7%;
	border-right: 1px solid #ccc;
}

.left_col ul {
	border-right: none;
}

.main_content .left_col {
	border-right: 1px dotted #acacac;
	padding-right: 20px;
}

.author.top_info {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}

.author_image {
	max-width: 100%;
	display: inline-block;
	max-height: 312px;
	overflow-y: hidden;
	position: relative;
}

.author_image img {
	max-width: 100%;
}

.author_image.round {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
}

.round img {
	border-radius: 50%;
}

.author_info {
	padding: 20px 0 40px;
	font-size: 0;
	margin-top: -9px;
	border-bottom: 1px solid #acacac;
}

.twitter_email {
	text-align: center;
	margin-top: 14px;
	padding: 0 30px;
}

.twitter_email a {
	color: #000;
	font-family: d-din, Arial;
	font-size: 13px;
}

.twitter_email > span {
	margin-right: 20px;
}

.twitter_email .twitter>a:before {
	font-family: genericons;
	content: "\f17c";
	font-size: 21px;
	line-height: 25px;
	color: #1ba6ee;
	vertical-align: bottom;
	margin-right: 3px;
}

.author_name {
	text-align: center;
	font-size: 30px;
	font-family: Vollkorn, Georgia;
	line-height: 35px;
	margin-top: 15px;
	padding: 0 30px;
}

.author_title {
	text-align: center;
	font-size: 13px;
	font-family: "D-DIN Bold";
	color: #777;
	text-transform: uppercase;
}

.author_desc {
	margin-top: 28px;
	font-size: 17px;
	line-height: 24px;
	font-family: Vollkorn, Georgia;
	letter-spacing: -0.4px;
}

.right_col .author_name {
	line-height: 14px;
	padding: 0;
}

.right_col .author, .right_col .author a {
	font-family: d-din,Arial;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #777;
	text-transform: uppercase;
}