.background_and_content.with_left_sidebar{
	position: static;
	top: auto;
	left: auto;
	margin: auto;
	width: 940px;
}

.with_left_sidebar #content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 5;
}

.with_left_sidebar .left_sidebar{
	box-sizing: border-box;
	width: 215px;
}

.with_left_sidebar .content_inner{
	box-sizing: border-box;
	width: 700px;
}


.with_left_sidebar .left_sidebar .sidebar-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.with_left_sidebar .left_sidebar .sidebar-menu-item{
	padding: 12px;
	margin-bottom: 12px;
	border-radius: 5px;
	background: #fff;
}

.with_left_sidebar .left_sidebar .sidebar-cabinets-item{
	color: #44546a;
	font-size: 16px;
	font-weight: 600;
}

.with_left_sidebar .left_sidebar .sidebar-cabinets-item a{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 150px;
	display: inline-block;
}


.with_left_sidebar .left_sidebar .sidebar-cabinets-item:before{
	content: " ";
	position: relative;
	top: 4px;
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	height: 20px;
}


.with_left_sidebar .left_sidebar .sidebar-cabinets-item.me.male:before{
	background-image: url('/i/cabinets/m-profile.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.with_left_sidebar .left_sidebar .sidebar-cabinets-item.me.female:before{
	background-image: url('/i/cabinets/f-profile.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.with_left_sidebar .left_sidebar .sidebar-cabinets-item.organization:before{
	background-image: url('/i/cabinets/organization.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.with_left_sidebar .left_sidebar .sidebar-cabinets-item.calendar:before{
	background-image: url('/i/cabinets/calendar.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.with_left_sidebar .left_sidebar .sidebar-cabinets-item.moderator:before{
	background-image: url('/i/cabinets/moderator.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
}