.ocmp-heading-info{
	background:#222222;
	padding:20px;
	text-align:center;
}
.ocmp-heading-info .posted-info{ display:block; font-size:35px; font-family: "Poppins"; line-height:45px; color:#ffffff; padding:20px 0; }
.ocmp-author-info{     
	background:#ffffff;
	margin:25px 0;
	padding: 25px 0;
    display: table;
    width: 100%;
	position:relative;
	-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
}
.ocmp-author-info h2{ margin:0 0 5px 0;}
.ocmp-author img{ width:200px; height:200px;}
.ocmp-author-info .author-description{ line-height:1.8; font-family:"poppins"; font-size:14px;}
