/* Mini profiles on the left */
.leftsided .post:not(.profile_hidden) div.postbody {
	float: none;
	margin: 0 0 0 198px;
	width: auto;
}
.leftsided .post:not(.profile_hidden) div.postbody h3 {
	float: none;
}
.leftsided .post:not(.profile_hidden) div.postbody div.content, p.author {
	clear: none;
}
.leftsided .postprofile {
	float: left;
	width: 180px;
	min-height: 80px;
	border-left: none;
	border-right: 1px solid #FFF;
}
.leftsided .pm .postprofile {
	border-left: none;
	border-right: 1px solid #DDD;
}
.leftsided .postprofile dd, .leftsided .postprofile dt {
	margin-left: 8px;
	margin-right: 12px;
}
.leftsided .post.online {
	background-image: none;
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.leftsided .post:not(.profile_hidden) div.postbody {
		float: none;
		margin: 0;
		width: auto;
	}
	.leftsided .post:not(.profile_hidden) div.postbody div.content, p.author {
		clear: both;
	}
	.leftsided .postprofile {
		float: none;
		width: auto;
		min-height: 0;
		border-right: none;
	}
	.leftsided .pm .postprofile {
		border-right: none;
	}
	.leftsided .postprofile dd, .leftsided .postprofile dt {
		margin: 0;
	}
	.user-container {
		text-align: left;
	}
}

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

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