/* Apply brand color */
.Button__tagPrimary {
  background-color: #02534D !important;
  border-color: #02534D !important;
  box-shadow: none !important;
}

/* Disable text decoration on add ticket button */
#new_ticket_button:hover,
#new_ticket_button:hover .Header__tClr {
  color: inherit !important;
  text-decoration: none !important;
}

/* Disable text decoration on contact us button */
#contact_us_button:hover,
#contact_us_button:hover .Header__tClr {
  color: inherit !important;
  text-decoration: none !important;
}

/* Hide Follow Button */
.ArticleDetailRightContainer__followContentLow {
  display: none !important;
}

/* Hide Follow Button */
.SubscribeDepart__followContent {
  display: none !important;
}

/* Make highlights full width */
.KB_New_Editor_Highlights {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

/* Hide dislike count*/
span[data-id="dislikeCount"] {
  display: none !important;
}

/* Hide like count*/
span[data-id="likeCount"] {
  display: none !important;
}

/* 0 margin-right for thumps up*/
span.ArticleCmd__mgr15 {
  margin-right: 0 !important;
}

/* Temp: Hide Membership */
.TitleContainer__container.membership {
  display: none !important;
}

/* Temp: Hide General */
.TitleContainer__container.general {
  display: none !important;
}

/* Temp: Fix For Members margin */
.TitleContainer__container.formembers {
  margin-left: 0 !important;
}

/* Temp: Fix For Clubs margin */
.TitleContainer__container.forclubs {
  margin-left: 2.75% !important;
}
