.lastpostavatar img {
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 4px;
	float: left;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 #000000;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    -moz-box-shadow: 0 0 5px 0 #000000;
}

.rtl .lastpostavatar img { 
	margin-right: 0px;
	margin-left: 4px;
	float: right;
}

.lastpostavatar img:hover {
	border-color: #73BCD1;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.lastpostavatar img{
	    width: 0px; 
		height: 0px;
		display: none;
	}
}

/*
     */
/*
*/