
.Buttons .Button {
  margin-top: 2px;
  margin-bottom: 2px;
}
.SpNotifications:before {
  content: "\f0f3";
}
.SpUnansweredQuestions:before {
  content: "\f059";
}
.Tag-Announcement {
  background: none;
  padding: 0;
  font-size: 17px;
  color: #3498db;
}
.Tag-Closed {
  background: none;
  padding: 0;
  font-size: 17px;
  color: #e34f3b;
}
.QnA-Tag-Question {
  background: none;
  padding: 0;
  font-size: 17px;
  color: #333333;
}
.VideoPreview {
  max-width: 640px;
}
.VideoPlayer,
.Video.Vimeo {
  padding-bottom: 56.25%;
}
.ProfileOptions .ButtonGroup a[href^="/user/deletecontent"] {
  display: none;
}
.UserSignature {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  color: #777777;
}
.UserSignature img {
  max-width: 100%;
  height: auto;
}
.UserSignature img.emoji {
  display: inline;
  height: 20px;
}
#content section h1 {
  display: none;
}
#content section .PageTitle {
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
}
body.not-logged-in #content section .PageTitle {
  display: none;
}
#content section .PageTitle a.Bookmark,
#content section .PageTitle .SpFlyoutHandle {
  display: inline-block;
  width: 26px;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
}
#content section .PageTitle a.Bookmark:before,
#content section .PageTitle .SpFlyoutHandle:before {
  font-size: 26px;
  line-height: 1;
}
#sidebar .panel-body h1,
#sidebar .panel-body h2,
#sidebar .panel-body h3,
#sidebar .panel-body h4,
#sidebar .panel-body h5,
#sidebar .panel-body h6 {
  display: none;
}
#sidebar .panel-body .PanelInfo {
  margin-bottom: 0;
}
/**
 * PageControls
 */
.PageControls.Top {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .PageControls.Top {
    margin-bottom: 15px;
  }
}
.PageControls.Top .btn-group {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .PageControls.Top .btn-group {
    display: inline-block;
  }
}
.PageControls.Top #PagerBefore {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .PageControls.Bottom .btn-group {
    display: none;
  }
}
/**
 * Réation (like entre autre)
 */
.Item .Reactions > * {
  visibility: visible;
}
body.not-logged-in .Item .Reactions {
  display: none !important;
}
/**
 * .Message
 */
.Message {
  word-wrap: break-word;
}
.Message a {
  font-weight: 400;
}
.Message ul {
  margin: 10px 0;
  padding-left: 20px;
}
.Message ol {
  margin: 10px 0;
  padding-left: 27px;
}
.Message img:not(.emoji) {
  margin: 15px 0;
}
.Message .Spoiler,
.Message .Spoiled {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  font-size: inherit;
  margin: 15px 0;
  padding: 1ex 10px !important;
  cursor: default;
}
.Message .Spoiler:hover,
.Message .Spoiled:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.Message .Spoiler:before,
.Message .Spoiled:before {
  display: none;
}
.Message .Quote {
  margin: 10px 0;
  font-size: inherit;
}
.Message .emoji.phpbb {
  height: auto;
}
/**
 * editor
 */
.editor {
  display: block !important;
  /* Pas affiché pour le moment
	.icon-strikethrough,
	.icon-list-ol,
	.icon-list-ul {
		display: inline-block !important;
	}*/
}
.editor .editor-file-image .image-input {
  display: none !important;
}
.editor .editor-action-headers .editor-action {
  display: block;
  padding: 2px 10px;
}
.editor .editor-action-headers .editor-action.editor-action-separator {
  padding: 0;
}
/**
 * .DismissMessage
 */
.DismissMessage {
  margin-bottom: 15px;
}
.DismissMessage br {
  display: none;
}
.DismissMessage br.br {
  display: block;
}
.DismissMessage ul,
.DismissMessage ol {
  margin-left: 0;
}
.DismissMessage ul {
  padding-left: 20px;
}
.DismissMessage ol {
  padding-left: 27px;
}
.DismissMessage > *:last-child {
  margin-bottom: 0;
}
body.Post .DismissMessage.AlertMessage:nth-last-child(1),
body.Post .DismissMessage.AlertMessage:nth-last-child(2),
body.Post .DismissMessage.AlertMessage:nth-last-child(3) {
  display: none;
  margin-top: 15px;
}
body.Post .bodybox-wrap .DismissMessage {
  display: none;
  margin-top: 15px;
}
/**
 * .BoxDiscussionFilter
 *
 * Visible ici: /drafts
 */
.BoxDiscussionFilter li.Best {
  display: none;
}
/**
 * listing
 */
.DataList .Item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  border-top-width: 1px;
}
.DataList .Item:first-child {
  border-top-width: 0;
}
.DataList .Item.ItemDiscussion .ItemContent,
.DataList .Item.Activity .ItemContent {
  padding-left: 72px;
}
@media only screen and (max-width: 500px) {
  .DataList .Item.ItemDiscussion .ItemContent,
  .DataList .Item.Activity .ItemContent {
    padding-left: 56px;
  }
}
.Profile .DataList .Item.ItemDiscussion .ItemContent {
  padding-left: 0 !important;
}
.DataList .Item.Activity {
  /*.Author {
				position: absolute;
				left: 0;
				top: 10px;
			}*/
}
.DataList .Item.Activity .ItemContent {
  display: block;
  width: auto;
  zoom: normal;
  overflow: inherit;
}
.DataList .Item.Activity .Reactions {
  margin-top: 0;
}
.DataList .Item.Activity .Reactions .ReactMenu {
  display: block;
  margin: 7px 0;
}
.DataList .Item.Activity .ActivityComments {
  margin-left: 72px;
}
@media only screen and (max-width: 500px) {
  .DataList .Item.Activity .ActivityComments {
    margin-left: 46px;
  }
}
.DataList .Item .ItemContent .Meta .Tag,
.DataList .Item .ItemContent .Meta .NewCommentCount {
  vertical-align: middle;
  margin-right: 6px;
}
.DataList .Item .ItemContent .Meta .MItem {
  vertical-align: middle;
  padding-right: 6px;
}
.DataList .Item .ItemContent .Meta.Meta-Discussion .DiscussionAuthor,
.DataList .Item .ItemContent .Meta.Meta-Discussion .LastCommentBy,
.DataList .Item .ItemContent .Meta.Meta-Discussion .Category {
  display: none;
}
@media only screen and (max-width: 500px) {
  .DataList .Item .ItemContent .Meta.Meta-Discussion .ViewCount,
  .DataList .Item .ItemContent .Meta.Meta-Discussion .LastCommentDate {
    display: none;
  }
}
.DataList.CategoryList .Item.Depth1 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  background-color: #f5f5f5;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.DataList.CategoryList .Item.Depth1:first-child {
  margin-top: 0;
}
.DataList.CategoryList .Item.Depth1 .PhotoWrap.NoPhoto {
  display: none;
}
.DataList.CategoryList .Item.Depth1 .TitleWrap,
.DataList.CategoryList .Item.Depth1 .CategoryDescription,
.DataList.CategoryList .Item.Depth1 .Meta {
  margin-left: 0 !important;
}
.DataList.CategoryList .Item.Depth2 {
  margin-left: 0;
  /*@media only screen and (max-width: 500px) {
					margin-left: @commentsMarginLeft_mobile;
				}*/
}
body.logged-in .DataList.CategoryList .Item.Depth2.Unread {
  background-color: #fcf3d0;
}
.DataList.CategoryList .Item .PhotoWrap {
  position: absolute;
  left: 0;
  top: 10px;
}
.DataList.CategoryList .Item .TitleWrap,
.DataList.CategoryList .Item .CategoryDescription,
.DataList.CategoryList .Item .Meta {
  margin-left: 72px;
}
@media only screen and (max-width: 500px) {
  .DataList.CategoryList .Item .TitleWrap,
  .DataList.CategoryList .Item .CategoryDescription,
  .DataList.CategoryList .Item .Meta {
    margin-left: 56px;
  }
}
.DataList.CategoryList .Item .LastCommentDate,
.DataList.CategoryList .Item .ChildCategories,
.DataList.CategoryList .Item .RSS {
  display: none;
}
.DataList.CategoryList .Item.Depth1 + .Depth2 {
  border-top: none;
}
.DataList.Conversations .ItemContent {
  padding-left: 72px;
}
@media only screen and (max-width: 500px) {
  .DataList.Conversations .ItemContent {
    padding-left: 56px;
  }
}
.DataList.Conversations .ItemContent h3 {
  font-size: 17px;
}
.DataList.Conversations .ItemContent .Photo {
  position: absolute;
  left: 0;
  top: 10px;
}
.DataList.BlogList .Item {
  padding-left: 72px;
}
@media only screen and (max-width: 500px) {
  .DataList.BlogList .Item {
    padding-left: 56px;
  }
}
.DataList.BlogList .Item h3 {
  font-size: 17px;
}
.DataList.BlogList .Item .PhotoWrap {
  position: absolute;
  left: 0;
  top: 10px;
}
.DataList.BlogList .Item .AuthorWrap,
.DataList.BlogList .Item .Meta {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.DataList.BlogList .Item .Item-BodyWrap {
  display: none;
}
/**
 * QnA
 *
 * Voir plus bas + dans bootstrap-vanilla.less
 */
.QnA-Tag-Accepted,
.Tag.QnA-Accepted {
  background-color: #2ecc71;
}
.QnA-Tag-Rejected,
.Tag.QnA-Rejected {
  background-color: #e34f3b;
}
.QnA-Feedback .DidThisAnswer {
  margin-right: 10px;
}
/**
 * discussionpolls
 */
.DP_ResultOptions .DP_ResultOption {
  margin-top: 5px;
}
.DP_ResultOptions .DP_ResultOption .DP_Bar {
  padding: 2px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-indent: 5px;
}
#DiscussionForm .DP_Question {
  display: block;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
#DiscussionForm .DP_Question > * {
  margin-left: 50px;
}
#DiscussionForm .DP_Question > *:nth-child(1),
#DiscussionForm .DP_Question > *:nth-child(2) {
  margin-left: 0;
}
#DiscussionForm .DP_Question label {
  margin-top: 5px;
}
#DiscussionForm #DP_PreviousQuestion,
#DiscussionForm #DP_NextQuestion {
  display: none !important;
}
.MessageList .DP_AnswerForm,
.MessageList .DP_ResultsForm {
  margin: 20px 0;
  padding: 15px;
  border-color: #ddd;
}
.MessageList .DP_AnswerForm ol.DP_ResultQuestions,
.MessageList .DP_ResultsForm ol.DP_ResultQuestions {
  margin-bottom: 0;
  padding-left: 0;
}
.MessageList .DP_AnswerForm ol.DP_ResultQuestions > li,
.MessageList .DP_ResultsForm ol.DP_ResultQuestions > li {
  list-style: none;
  margin-left: 0;
}
.MessageList .DP_AnswerForm ol.DP_ResultQuestions > li > span,
.MessageList .DP_ResultsForm ol.DP_ResultQuestions > li > span {
  font-weight: 400;
}
.MessageList .DP_AnswerForm ol.DP_ResultQuestions > li .DP_ResultOptions,
.MessageList .DP_ResultsForm ol.DP_ResultQuestions > li .DP_ResultOptions {
  margin-left: 0;
  padding-left: 27px;
}
.MessageList #DP_Tools {
  display: none;
}
/**
 * Discussions
 */
.MessageList {
  margin-bottom: 0;
}
.MessageList .Item {
  position: relative;
  margin-left: 72px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 20px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 500px) {
  .MessageList .Item {
    margin-right: -8px;
    margin-left: 46px;
    padding-top: 0;
  }
}
.MessageList .Item:before {
  display: block;
  content: '';
  position: absolute;
  left: -45px;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #ddd;
}
@media only screen and (max-width: 500px) {
  .MessageList .Item:before {
    left: -36px;
    width: 5px;
  }
}
.MessageList .Item:last-child:before {
  display: none;
}
body.hxm-discussion-open.hxm-discussion-no-comment:not(.hxm-old-dicussion) .MessageList .Item:last-child.ItemDiscussion:before,
body.hxm-discussion-open.hxm-discussion-has-comments .MessageList .Item:last-child.ItemDiscussion:before {
  display: block;
}
body.hxm-discussion-open:not(.hxm-old-dicussion) .MessageList .Item:last-child.ItemComment:before {
  display: block;
}
.MessageList .Item .PhotoWrap,
.MessageList .Item .avatar-wrapper {
  position: absolute;
  left: -72px !important;
  top: -10px !important;
}
@media only screen and (max-width: 500px) {
  .MessageList .Item .PhotoWrap,
  .MessageList .Item .avatar-wrapper {
    left: -56px !important;
    top: -4px !important;
  }
}
.MessageList .Item .UserReactionWrap {
  margin-top: 15px;
  margin-right: 7px;
}
.MessageList .Item .UserReactionWrap .PhotoWrap {
  position: relative;
  left: auto !important;
  top: auto !important;
  width: 46px;
  height: 46px;
  border-width: 4px;
}
.MessageList .Item .UserReactionWrap .ReactSprite {
  right: -4px;
  bottom: -1px;
}
.MessageList .Item .Item-Header .Category {
  display: inline-block;
  vertical-align: middle;
  text-indent: -26px;
  overflow: hidden;
}
.MessageList .Item .Item-Header .Category a:before {
  font-family: FontAwesome;
  line-height: 1;
  content: "\f02b";
  padding-right: .6em;
}
@media only screen and (max-width: 767px) {
  .MessageList .Item .Item-Header .DateUpdated,
  .MessageList .Item .Item-Header .IPAddress {
    display: none !important;
  }
  .MessageList .Item .Item-Header .AuthorWrap {
    padding-right: 10px;
  }
  .MessageList .Item .Item-Header .AuthorWrap,
  .MessageList .Item .Item-Header .DiscussionMeta,
  .MessageList .Item .Item-Header .CommentMeta {
    display: inline;
  }
}
.MessageList .Item .Discussion,
.MessageList .Item .Comment,
.MessageList .Item .ConversationMessage {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
}
.MessageList .Item .Discussion:after,
.MessageList .Item .Comment:after,
.MessageList .Item .ConversationMessage:after,
.MessageList .Item .Discussion:before,
.MessageList .Item .Comment:before,
.MessageList .Item .ConversationMessage:before {
  position: absolute;
  top: 11px;
  left: -16px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: ' ';
  border-color: transparent;
  border-style: solid solid outset;
  pointer-events: none;
}
.MessageList .Item .Discussion:after,
.MessageList .Item .Comment:after,
.MessageList .Item .ConversationMessage:after {
  border-width: 7px;
  border-right-color: #f7f7f7;
  margin-top: 1px;
  margin-left: 2px;
}
.MessageList .Item .Discussion:before,
.MessageList .Item .Comment:before,
.MessageList .Item .ConversationMessage:before {
  border-right-color: #ddd;
  border-width: 8px;
}
.MessageList .Item.QnA-Item-Accepted .Comment {
  border-color: #d6e9c6;
}
.MessageList .Item.QnA-Item-Accepted .Comment:before {
  border-right-color: #d6e9c6;
}
.MessageList .Item.QnA-Item-Accepted .Comment:after {
  border-right-color: #dff0d8;
}
.MessageList .Item.QnA-Item-Accepted .Comment .Item-Header {
  background-color: #dff0d8;
}
.MessageList .Item.QnA-Item-Rejected .Comment {
  border-color: #ebccd1;
}
.MessageList .Item.QnA-Item-Rejected .Comment:before {
  border-right-color: #ebccd1;
}
.MessageList .Item.QnA-Item-Rejected .Comment:after {
  border-right-color: #f2dede;
}
.MessageList .Item.QnA-Item-Rejected .Comment .Item-Header {
  background-color: #f2dede;
}
.MessageList .Item#add-comment .Item-Header {
  padding: 0;
  border-bottom: none;
}
.MessageList .Item#add-comment .Item-Header .AuthorWrap {
  display: block;
}
.MessageList .Item#add-comment .Item-Header .AuthorWrap .Username {
  display: none;
}
.MessageList .Item#add-comment .Comment:after {
  border-right-color: #fff;
}
.MessageList.Conversation .Item:last-child:before {
  display: block;
}
.CommentsWrap .BeforeCommentHeading,
.CommentsWrap .PagerWrap {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
body.hxm-in-next-page .CommentsWrap .BeforeCommentHeading {
  display: none;
}
body.not-logged-in .CommentsWrap .PagerWrap {
  padding-bottom: 5px;
}
.CommentsWrap #PagerBefore:before,
.CommentsWrap #PagerAfter:before {
  display: block !important;
  content: '';
  position: absolute;
  left: 27px;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #ddd;
}
@media only screen and (max-width: 500px) {
  .CommentsWrap #PagerBefore:before,
  .CommentsWrap #PagerAfter:before {
    left: 10px;
    width: 5px;
  }
}
body.hxm-in-next-page .CommentsWrap #PagerBefore:before {
  display: none !important;
}
body.not-logged-in .CommentsWrap #PagerAfter:before,
body.hxm-old-dicussion .CommentsWrap #PagerAfter:before {
  display: none !important;
}
.MessageForm {
  position: relative;
  margin-left: 72px;
}
@media only screen and (max-width: 500px) {
  .MessageForm {
    margin-left: 46px;
    padding-top: 0;
  }
}
.MessageForm .Form-HeaderWrap {
  position: relative;
}
.MessageForm .Form-HeaderWrap .PhotoWrap {
  position: absolute;
  left: -72px !important;
  top: -10px !important;
}
@media only screen and (max-width: 500px) {
  .MessageForm .Form-HeaderWrap .PhotoWrap {
    left: -56px !important;
    top: -4px !important;
  }
}
.MessageForm .Form-HeaderWrap:after,
.MessageForm .Form-HeaderWrap:before {
  position: absolute;
  top: 11px;
  left: -16px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: ' ';
  border-color: transparent;
  border-style: solid solid outset;
  pointer-events: none;
}
.MessageForm .Form-HeaderWrap:after {
  border-width: 7px;
  border-right-color: #fff;
  margin-top: 1px;
  margin-left: 2px;
}
.MessageForm .Form-HeaderWrap:before {
  border-right-color: #ddd;
  border-width: 8px;
}
.MessageForm .Form-BodyWrap .Form-Body {
  padding-top: 0;
}
.MessageForm .Form-BodyWrap .FormWrapper .Buttons .Back {
  display: none;
}
.DataBox-Comments .information {
  margin-left: 72px;
}
@media only screen and (max-width: 500px) {
  .DataBox-Comments .information {
    margin-left: 0;
  }
}
.DataBox-Comments .information .btn {
  margin: 3px 6px 3px 0;
}
.Foot.Closed {
  margin-left: 72px;
}
@media only screen and (max-width: 500px) {
  .Foot.Closed {
    margin-left: 46px;
  }
}
.not-logged-in .Foot.Closed {
  display: none !important;
}
/**
 * Pages
 */
body.index .breadcrumb .Breadcrumbs a,
body.Index .breadcrumb .Breadcrumbs a {
  color: #777777;
}
body.index .PageDescription,
body.Index .PageDescription {
  display: none;
}
#vanilla_discussions_unanswered .PageDescription {
  display: none;
}
#vanilla_discussion_index .MessageList.Discussion {
  margin-bottom: 0;
}
#vanilla_discussion_index .BeforeCommentHeading {
  margin-top: 0;
}
body.Dashboard.Profile.Profile h1.page-header {
  display: none;
}
body.Dashboard.Profile.Profile #Status {
  display: none;
}
body.Dashboard.Profile.Profile #about {
  margin-bottom: 10px;
  text-align: center;
}
body.Dashboard.Profile.Profile #about img {
  display: none;
}
body.Dashboard.Profile.Profile #about img.emoji {
  display: inline-block;
  vertical-align: middle;
}
body.Dashboard.Profile.Profile #content .panel-body {
  position: relative;
}
body.Dashboard.Profile.Profile #content .panel-body .ProfileOptions {
  position: absolute;
  right: 0;
  top: 0;
}
body.Dashboard.Profile.Profile #profile-avatar {
  text-align: center;
}
body.Dashboard.Profile.Profile #profile-avatar .avatar-wrapper {
  width: 120px;
  height: 120px;
}
body.Dashboard.Profile.Profile #profile-avatar .avatar-wrapper .first-letter {
  height: 50px;
  font-size: 50px;
}
body.Dashboard.Profile.Profile #profile-avatar h1 {
  display: block;
  margin-top: 10px;
}
body.Dashboard.Profile.Profile .users-rank-wrapper .panel {
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.Dashboard.Profile.Profile .users-rank-wrapper .panel .panel-body {
  padding: 0;
}
body.Dashboard.Profile.Profile .users-rank-wrapper .panel .panel-body .big {
  text-align: center;
}
body.Dashboard.Profile.Profile .users-rank-wrapper .panel .panel-body .big .rank {
  text-align: center;
}
body.Dashboard.Profile.Profile .About {
  text-align: center;
}
body.Dashboard.Profile.Profile .About h2 {
  display: none;
}
body.Dashboard.Profile.Profile .About .ProfileNews,
body.Dashboard.Profile.Profile .About .ProfileNewsPart,
body.Dashboard.Profile.Profile .About .Points {
  display: none;
}
body.Dashboard.Profile.Profile .Yaga h2 {
  display: none;
}
body.Dashboard.Profile.Profile .Yaga .DataCounts {
  margin-top: 0;
  margin-bottom: 20px;
}
body.Dashboard.Profile.Profile .Yaga .DataCounts .CountItemWrap {
  width: auto;
}
body.Dashboard.Profile.Profile .Yaga .DataCounts .CountItemWrap .CountItem {
  background: rgba(55, 173, 227, 0.1);
  border: solid 2px rgba(55, 173, 227, 0.2);
  padding: 4px;
  min-width: 102px;
}
body.Dashboard.Profile.Profile .Yaga .DataCounts .CountItemWrap .CountItem a {
  text-decoration: none;
}
body.Dashboard.Profile.Profile .BoxProfileFilter li:last-child {
  display: none;
}
#dashboard_profile_connections #content h2 {
  display: none !important;
}
#dashboard_profile_signature #content form .SignatureRules,
#dashboard_profile_signature #content form .editor-help-text,
#dashboard_profile_signature #content form h2:nth-last-of-type(1),
#dashboard_profile_signature #content form ul:nth-last-of-type(1) {
  display: none;
}
#vanilla_categories_index #content .ChildCategoryList {
  display: none;
}
#dashboard_activity_index .ActivityFormWrap {
  display: none;
}
body.hxm-new-user.Profile .ProfileOptions .MemberButtons,
body.hxm-new-user.Profile .Profile .FormWrapper,
body.hxm-new-user.Profile .ActivityComments .CommentForm,
body.hxm-new-user.Conversations .BoxNewConversation,
body.hxm-new-user.Conversations .NewConversation,
body.hxm-new-user.Conversations #MessageForm,
body.hxm-new-user.Conversations #block-newconversation,
body.hxm-new-user.Conversations .MessageList .Item:last-child:before {
  display: none !important;
}
