.Header__portName {
  text-transform: lowercase;
    /* text-transform: capitalize; */
}

.commonStyle__zt3BrandBg {
    background-color: #F4831F;
}	

/* following is added per ticket #82770459 - to remove Add Topic and Comment replies in forums. 
If those elements are needed, remove this CSS section */

.CommentForm__commentFormSection {
    display: none;
}
.TopicCommentContainer__rplyBdr {
 display: none;
}
.TopicDetailRightContainer__widgetSection a[data-id="addTopic"]{
  display: none;
}

/* End #82770459



