.entities-mentioned{
	position: relative;
	float: right;
	clear: right;
	width: 300px;
	margin: 0 0 0 24px;
}
.entities-mentioned-title{
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
}
.category-mentioned{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
.category-mentioned:last-child{
	border-bottom: none;
}