.entities-mentioned{
	position: relative;
	float: right;
	clear: right;
	width: 300px;
	margin: 0 0 0 24px;
	padding: 15px;
	background-color: transparent;
}
.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;
}
/*****/
@media screen and (max-width: 575px) {
.entities-mentioned{
	width: 100%;
    margin: 0 0 20px;
	float: none;
    clear: unset;
}
}/*@media screen and (max-width: 480px)*/