.comment-head{
	display:inline;
}
.comment-head b{
	display:inline-block;
	margin-right: 10px;
}
.comment-title{
	display:inline;
}
.rating-widget{
	display:inline;
}
.recommended-by{
	background:#eee;
	display:block;
	margin-top: 9px;
	padding: 9px;

}

.ptcl_rate_comment{
	display:inline-block;
	position:relative;
	width:16px;
	height:16px;
}

.btn-open-recommended-by{
	cursor:pointer;
	position: relative;
	padding-right: 12px;
}

.btn-open-recommended-by:after{
	content:"";
	display: block;
	position:absolute;
	top:6px;
	right:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #92bf82 transparent transparent
}

.btn-open-recommended-by:hover:after{
	border-color: #92bf82 transparent transparent
}

.btn-open-recommended-by.is-open:after{
	border-width: 0 4px 4px 4px;
	border-color: transparent transparent #92bf82;
}

.btn-open-recommended-by.is-open:hover:after{
	border-color: transparent transparent #92bf82;
}

.recommend-comment-tooltip{
	background:#92bf82;
	color:#fff;
	font-size:12px;
	font-weight: normal;
	line-height:16px;
	position:absolute;
	left:50%;
	margin-left:-75px;
	bottom:22px;
	padding:5px;
	width:140px;
}
.recommend-comment-tooltip:after{
	display:block;
	content:"";
	position:absolute;
	bottom: -6px;
	left:50%;
	margin-left: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #92bf82 transparent transparent 
}