/* Mini profiles on the left */
.leftsided .post:not(.profile_hidden) div.postbody {
	float: right;
}

.leftsided .post.profile_hidden div.postbody {
	padding-left: 10px;
}

.leftsided .topicreview .post div.postbody {
	float: none;
}

.leftsided .postprofile {
	float: left;
	border-width: 0 1px 0 0;
}

.leftsided .postprofile dd, .leftsided .postprofile dt {
	margin-left: 0;
	margin-right: 8px;
}

.leftsided .post.online {
	background-image: none;
}

@media (max-width: 700px) {
	.leftsided .post:not(.profile_hidden) div.postbody {
		float: none;
		width: auto;
	}
	.leftsided .postprofile {
		float: none;
		width: auto;
		border-right: 0;
	}
	.leftsided .pm .postprofile {
		border-right: 0;
	}
	.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");
}
