.amaran.readmore{
	width:300px;
	min-height: 100px;
	background:#fff;
	border:4px solid #e45e39;
	border-radius: 0;
	padding:0;
	color:#222;
	position: relative;
	margin-bottom:25px;
}
.amaran.readmore .title {
	background: #e45e39;
	padding:5px 10px 5px 45px;
	font-family: 'Open Sans',arial;
	font-size:13.5px;
	color:#fff;
	
}
.amaran.readmore .content {
	padding:5px;
	font-family: 'Open Sans',arial;
	font-size:14px;
}
.amaran.readmore .readmore-user {
	position: absolute;
	top: 0;
	left: -15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: -13px;
	z-index: 9999;
	border: 4px solid #e45e39;
}