.lasttopicavatar img {
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 4px;
	float: left;
	cursor: pointer;
}
.lastpostavatar img {
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 4px;
	margin-top: 4px;
	float: left;
	cursor: pointer;
}
.lastpostavatar img:hover, .lasttopicavatar img:hover {
	border-color: #73BCD1;
}
@media (max-width: 700px) {
	.lasttopicavatar img {
		width: 40px !important;
		height: 40px !important;
	}
	.lastpostavatar img {
		width: 20px !important;
		height: 20px !important;
		margin-top: unset;
	}
}
.rtl .lastpostavatar img { 
	margin-right: 0px;
	margin-left: 4px;
	float: right;
}