.breadcrumb {
	line-height: 34px;
}
header.header.bg-primary.lter.text-center.clearfix {
	display: none;
}
.list-group-lg .list-group-item {
    padding-bottom: 25px;
    padding-top: 15px;
}
#nav section.w-f.scrollable {
	margin-top: -50px;
}
section#content section.vbox {
	background: #F7F7F7;
}
body .nav > li.displayno {
	display: none;
}

/* Disable Avatars */
/** global **/
.avatar {
	display: none;
}
.comment-list .comment-item .arrow.left{
	display: none;
}
/** comment list **/
.comment-list .comment-item > .fa-stack {
	display: none;
}
.comment-list .comment-item .comment-body {
	margin-left: 0;
}
.comment-list:before {
	display: none;
}

/** settings **/
form[action$="/profile/changeavatar"] {
	display: none;
}

form[action$="/auth/change_password"] + h4 {
	display: none;
}

.sameuser .otheruser {
	display: none !important;
}