#main {
	max-width: none !important;
}
#profile_left_lane {
	margin-right: 24px;
}
.avatarRow {
	display: flex;
	width: 100%;
}
.avatar, .nameRow span, .passiveBlock .passive {
	margin-left: auto;
	margin-right: auto;
}
.avatar {
	width: 64px;
	height: 64px;
	border-radius: 32px;
}
.avatarRow a {
	margin-left: auto;
	margin-right: auto;
}
.avatarRow .avatar {
	display: block;
}
.nameRow {
	display: flex;
	flex-direction: column;
}
.profileName {
	font-size: 21px;
}
.topBlock, .levelBlock, .passiveBlock {
	background-color: #444444;
	border-radius: 3px;
	width: 180px;
	padding: 16px;
}
.levelBlock, .passiveBlock {
	margin-top: 12px;
	padding: 12px;
}
.levelBlock {
	padding: 0px;
}

.colstack_right .colstack_head:not(:first-child) {
	margin-top: 0px;
}
#profile_right_lane {
	width: 100%;
}
#profile_comments .rowitem .topRow {
	display: flex;
	width: 100%;
}
#profile_comments .rowitem .userbit {
	display: flex;
}
#profile_comments .rowitem .topRow .nameAndTitle {
	display: flex;
	flex-direction: column;
	margin-left: 8px;
}
.nameAndTitle .real_username {
	font-size: 17px;
	line-height: 16px;
}
.userbit img {
	width: 40px;
	height: 40px;
	border-radius: 24px;
}
.controls {
	margin-left: auto;
}
.controls a {
	margin-right: 8px;
}
.content_column {
	margin-top: 5px;
}
.topic_reply_form {
	margin-top: 8px;
	padding: 12px;
}
.input_content {
	width: 100%;
	height: 100px;
	resize: vertical;
}

.footer .widget, .sidebar {
	display: none;
}

@media(max-width: 500px) {
	.colstack {
		display: block;
	}
	#profile_left_lane {
		margin-right: 0px;
		margin-bottom: 12px;
	}
	.topBlock, .levelBlock, .passiveBlock {
		width: auto;
	}
}