/* Hide the Reply button in ticket detail view in Help Center */
.ticketDetail ul.ConversationForm__replay li.ConversationForm__list:nth-child(2) {
  display: none;
}
/* Alternate for other themes */
.ticketDetail .ConversationForm__editerBar .ConversationForm__replayOpen { 
  display: none; 
}

