.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 3px;
    background: #000000;
    transition: all .15s ease;
    color: #FFF;
}
.AppContainer__backToTop.commonStyle__zt3BrandBg {
    background-color: #000000;
}
.AppContainer__backToTop.commonStyle__zt3BrandBg:hover {
    background-color: #e46317;
}
[data-id="timeZone_label"],
[data-id="timeZone_value"]{
    display:none;
}
div#field_cf_support_date,
.DateFiled__showEditView.ticket_supportdate{
    display:none;
}
#field_description .formEditor:before {
    content: "The better you describe an issue or query, the better the response is likely to be. \a If you have multiple queries or points, please number each. \a Please leave a blank line between paragraphs.";
    white-space: pre-line;
    font-size: 14px;
}
#field_description .formEditor .TextEditor__editDraft {
    padding-top:15px; 
}
article-last-update,
span.article-last-update {
    display: none;
}
.KbDetailLtContainer__description time:first-of-type {
    display: none;
}

.ContentBox__boxInnerHome .commonStyle__zt3Link, .themeLink {
    font-weight: 800;
    font-size: 22px;
}

@media print {
  article-last-update,  
  span.article-last-update {
        display: none;
    }
}
