/* HD compatible avatar */
.postprofile .avatar {
    max-width: 50%;
    max-height: 50%;
}
@media (max-width: 700px) {
	.postprofile .avatar img {
		max-width: 100%;
	}
}
.profile-avatar img {
    width: 50%;
    height: 50%;
}
#viewprofile .left-box dd {
    text-align: left !important;
}
