.Category-main-site-posts { 
	display: none; 
}
.Category-Help { 
	display: none; 
}
.Read {
    opacity: 0.8 !important;
    background-color: #f4f4f4 !important;
}

.Item.Read .Title {
    font-weight: 400 !important;
}

.Tag, .HasNew {
    background-color: #fff700 !important;
    font-weight: bolder !important;
}

.Tag-Announcement {
    background-color: #60a96d !important;
    font-weight: 600 !important;
    color: #fafafa !important;
    border-color: #60a96d !important;
}

/**
  Align category tag to the right if the screen has a minimum width of 600px
 */
@media screen and (min-width: 600px) {
    .Meta > .Category {
        background-color: #60a96d !important;
        padding: 1px 5px 1px 5px;
        right: 0px;
        bottom: 8px;
        position: absolute;
        border-radius: 3px !important;
    }

    .Meta > .Category > a {
        font-weight: bolder !important;
        color: #fafafa !important;
    }
}

.DataList .Item, .MessageList .Item {
    padding: 10px !important;
}

.TextBox {
    line-height: inherit !important;
}

.PasswordStrength {
    width: 100% !important;
}

body.Section-EditProfile .Preferences > form > div {
    overflow: hidden !important;
}

.Frame-header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.Frame-body {
    margin-top: 45px;
}

.DataList .MItem.LastCommentDate, .DataList .MItem.DiscussionAuthor {
    display: inline !important;
}

.FormWrapper-Condensed .Buttons .Back {
    left: 0px;
    position: absolute;
    top: 3px;
    max-width: 25%;
}

.MItem.LastCommentBy > a, .MItem.DiscussionAuthor > a {
    font-weight: bolder;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

.Tag-Closed {
    background: #262626 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-color: #262626 !important;
}

li.Item.Announcement.Announcement-Everywhere {
    background-color: #e0ffe0 !important;
}

.DataList.CategoryList .Item[class*=Depth] {
    padding-left: 10px !important;
}

.MessageList .ItemComment .Item-Header, .MessageList .ItemDiscussion .Item-Header {
    padding-top: 0 !important;
    min-height: 50px;
}

.MessageList .ItemComment, .MessageList .ItemDiscussion {
    padding-top: 20px !important;
}

.MessageList .ItemComment .Item-Header .PhotoWrap, .MessageList .ItemDiscussion .Item-Header .PhotoWrap {
    top: 18px
}

.MessageList .ItemComment .AuthorWrap,
.MessageList .ItemComment .Meta {
    padding-left: 46px;
    display: block;
}

@media screen and (max-width: 768px) {
    .DataList .AuthorWrap, .DataList .Meta, .MessageList .AuthorWrap, .MessageList .Meta {
        margin-top: 0 !important;
    }
}

.MessageList .ItemComment .Item-BodyWrap, .MessageList .ItemDiscussion .Item-BodyWrap {
    padding-top: 5px;
}

#latest {
    position: absolute !important;
    left: 0;
    top: -50px !important;
}

@keyframes pulse-green {
    0% {
        background-color: rgba(96, 169, 109, 0.3);
    }
    100% {
        background-color: transparent;
    }
}

.highlight-latest {
    animation: pulse-green 2500ms ease-out;
}

.NewDiscussion .mobile .exclusive_deals {
    display: none;
}
