.lastpostavatar img {
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 2px;
	float: left; -2px;
	margin-bottom:4px;
	margin-top:4px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
margin-left: 0px !important;
position: unset !important;
}

.rtl .lastpostavatar img { 
	margin-right: 0px;
	margin-left: 4px;
	float: right;
}

.lastpostavatar img:hover {
	border-color: #ea95e1;
}

@media (max-width: 700px) { .lastpostavatar img {
display: none;
}
}