/* Mini profiles on the left */
@media only screen and (min-width: 700px), only screen and (device-min-width: 700px) {
	.leftsided div.postbody {
		float: right;
		width: 77%;
	}
	.leftsided .postprofile{
		float: left;
		width: 22%;
		border-left: none;
		border-right: 1px solid #00608F;
	}
	.leftsided .pm .postprofile {
		border-left: none;
		border-right: 1px solid #DDD;
	}
	.leftsided .postprofile dd, .leftsided .postprofile dt {
		margin: 0 12px 0 0;
	}
	.leftsided .post{
		background-image: none;
	}

	.leftsided ul.profile-icons {
		margin-right: 0.1em;
	}
}

.icon-pss-left {
	background-image: url("/forum/ext/tatiana5/profileSideSwitcher/styles/prosilver/theme/images/icon_profiles_left.png");
}

.icon-pss-right {
	background-image: url("/forum/ext/tatiana5/profileSideSwitcher/styles/prosilver/theme/images/icon_profiles_right.png");
}

.leftsided .postprofile {
    width: calc(212px);
}
.leftsided div.postbody {
    width: calc(100% - 222px);
}

@media only screen and (max-width: 700px), only screen and (device-max-width: 700px) {
.leftsided .postprofile {
    width: calc(100%);
}
.leftsided div.postbody {
    width: calc(100%);
}
}
/*
     */
/*
*/