.ticketDetail .ticket_resolution {
    display: none;
}

/* Adds a solid border to the main heading text in the header */
.heading-top h1 {
  border: 2px solid #000000;
  padding: 5px; /* Add some space between the text and the border */
  display: inline-block; /* Makes the border fit tightly around the text */
}


