body {
    background: none;
}

.header, .footer {
    display: none;
}

.hidePrint {
    display: none !important;
    padding: 0 !important;
}

a {
    color: #212529 !important;
    text-decoration: none !important;
}

/* altea docs specific */

.doc_content_wrap {
    background: none !important;
}
.doc_content_wrap.fanzy_border {
    border: none !important;
    padding: 0 !important;
}

.doc_printed_page_notice {
    display: block;
    page-break-after: always;
}