/* Mini profiles on the left */
.leftsided .avatar-container, .leftsided .avatar-container img {
	text-align:right;
}

.leftsided .avatar-container .avatar {
	float:right;
}

.leftsided .post:not(.profile_hidden) div.postbody {
	float: right;
	width: calc(100% - 200px - 1px - 16px);
}
.leftsided .postprofile {
	float: left;
	width: 200px;
	border-left: none;
	border-right: 1px solid #FFF;
	text-align:right;
}
.leftsided .pm .postprofile {
	border-left: none;
	border-right: 1px solid #DDD;
}
.leftsided .postprofile dd, .leftsided .postprofile dt {
	margin-left: 0;
	margin-right: 4px;
}
.leftsided .post.online {
	/* background-image: none; */
}


@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

.leftsided .avatar-container, .leftsided .avatar-container img {
	text-align:left;
}
/* Browser Icons */
.profile-icons { display:none; }

.leftsided .avatar-container .avatar {
	float:left;
}

.leftsided .postprofile {
	float: left;
	/* border:0; */
	height:48px;
	/* width:100%; */
	/* background:transparent; */
	
}

	.leftsided .post:not(.profile_hidden) div.postbody {
		float: left;
		width: auto;
	}
	.leftsided .postprofile {
		float: left;
		padding:4px;
	}
	.leftsided .pm .postprofile { border-right: none; }
	.leftsided .postprofile dd, .leftsided .postprofile dt { margin: 0; }
}

.icon-pss-left {
	background-image: url("./images/icon_profiles_left.png");
}

.icon-pss-right {
	background-image: url("./images/icon_profiles_right.png");
}
