@media print {
    header, footer, .no-print, #RootCauseNav {
        display: none !important;
    }

    body {
        margin: 0;
    }

    @page {
        margin: 0;
    }
}

body.tinymceFormat {
    background-color: yellow !important;
}
.tinymceFormat {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    color: #343a40 !important;
}

.tinymceFormat h1 {
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
}

.tinymceFormat h2 {
    font-size: 2rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    margin-top: 1.2rem !important;
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 0.25rem !important;
    color: #1d217e !important;
}

.tinymceFormat h3 {
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    margin-top: 1rem !important;
    color: #1d217e !important;
}

.tinymceFormat h4 {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

.tinymceFormat h5 {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
}

.tinymceFormat h6 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05rem !important;
}

.tinymceFormat p {
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem !important;
    color: #6c757d !important;
}

.tinymceFormat ul,
.tinymceFormat li {
    margin: 0 !important;
    padding: 0 0 0 1.25rem !important;
    list-style-type: disc !important;
    font-size: 0.9rem !important;
    color: #6c757d !important;
}

.tinymceFormat table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 1rem !important;
    color: #212529 !important;
}

.tinymceFormat table th,
.tinymceFormat table td {
    padding: 0.75rem !important;
    vertical-align: top !important;
    border: 1px solid #dee2e6 !important;
    font-size: 0.9rem !important;
    border: 1px solid #000 !important;
}

.tinymceFormat table thead th {
    background-color: #f8f9fa !important;
    font-weight: bold !important;
    border: 1px solid #000 !important;
}