span.MItem.RSS {
display: none !important
}


.Item.Role_Moderator {
background-color: #5b4b4b !important;
}

.idea-counter-module .uservote .arrow {
    color: rgb(255, 136, 0); !important
    border: rgb(255, 136, 0); !important
}

.idea-counter-module .arrow::before {
    border: solid rgb(255, 136, 0) 7px; !important
}

div.Box.BoxPromoted {
max-width: 875px;
margin-left: 30px;
margin-right:30px;
}

.BoxPromoted .DataList .Item {
    width: 29%;

}


h1, .h1 {
    font-size: 42px;
}

/*Ideation*/
.idea-counter-box {
    background-color: gray !important;
    color: white;
}

.item-attachment .alert.alert-info.open {
    background-color: darkslategrey !important;
}

/*QnA Mods */
.Item.ItemComment.Role_Member.QnA-Item-Accepted {
    background-color:  #730099;
}

.Item.ItemComment.Role_Administrator.QnA-Item-Accepted {
    background-color: #4b0066;
}

.Role_Administrator .Tag.QnA-Box.QnA-Accepted {
    background-color: green !important;
    color: black;
}


.Role_Member .Tag.QnA-Box.QnA-Accepted {
    background-color: yellow !important;
    color: black;
}
