#userPreference, .Info__infoList.ticket_duedate {
      display: none !important;
}

label[for="productId"]:after {
content: " (Please click the magnifying glass and select from the drop down list)";
    font-size: 0.8rem;
    color: gray;
    font-style: italic;
    font-weight: bold;
}

label[for="cf_build_number"]:after {
  	display: block;
  	content: "***VERY IMPORTANT*** If you DON't provide the full build number, your ticket will be DELAYED!\AGo to Help >> About (a series of digits like this x.0.0.xxxx) for example 3.0.0.104\AIf you cannot open the product to get this info, THEN write \"Unknown\"";
    font-size: 0.8rem;
    color: gray;
    font-style: italic;
    font-weight: bold;
  	white-space: pre;
  	line-height: normal;
    margin-bottom: 10px;
    margin-top: -10px;
}
label[for="departmentId"]:after {
content: " (Please select the product you need help with from the drop down list.)";
    font-size: 0.8rem;
    color: gray;
    font-style: italic;
    font-weight: bold;
}
.Header__searchTitle::after {
     content: " Song Surgeon Video Surgeon, Download Surgeon, Karaoke Surgeon & Others";
    color: #e46317;
    font-size: 0.6em;
    text-align: center;
    display: block;
    margin-top: -15px;
    font-weight: bold;
}

div[data-id="ticketForm"] .Input__formInput, div[data-id="ticketForm"] .DropDown__selectedText, div[data-id="ticketForm"] .Input__productInput {
  background-color: #e5e8ea;
}
