.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	border: 1px solid #FFFFFF ;
	border-width: 0 1px 0 0;
	width: 22%;
	float: left;
	display: inline;
}

.postbody {
	padding: 0;
	line-height: 1.48em;
	width: 76%;
	float: right;
	position: relative;
}

.online {
background-position: 18% 0;
background-repeat: no-repeat;
}

.offline {
background-position: 18% 0;
background-repeat: no-repeat;
}

form#viewprofile .online {
   background-position: 100% 0;
   background-repeat: no-repeat;
}

@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {
.online {
 display:none;
}

.offline {
 display:none;
}