﻿@media print {

    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    .tableWrapper {
        overflow: initial !important;
    }

    .ilpFooter {
        margin-top: 10px !important;
    }

    .pupilTable {
        width: 100% !important;
        table-layout: fixed;
    }

    .textIcon {
        display: none;
    }

    .ilpFoot {
        display: none !important;
    }

    #filterWrapper, .printHide {
        display: none;
    }

    a[href]:after {
        content: none;
    }

    .bottomTextBoxWrapper, .editedBy {
        max-width: 100% !important;
        white-space: normal !important;
        overflow: unset !important;
        text-overflow: unset !important;
        font-style: italic;
    }

    .hideAllIDP, .showAllIDP {
        display: none;
    }

    #pupilImg {
        height: 90px !important;
        width: 90px !important;
    }

    .showAllIDP {
        display: none !important;
    }

    .dpDelete {
        display: none !important;
    }

    .tableWrapper a {
        display: none !important;
    }

    .table {
        page-break-inside: auto;
    }

        .table td, .table tr {
            font-size: 10px !important;
            page-break-inside: auto;
        }

    .whiteBackgroundWrapper {
        border: 0px !important;
        margin-top: 0px !important;
    }

    .bodyWrapper {
        margin-top: 0px !important;
    }

    .dot {
        display: none !important;
    }

    .body {
        padding-top: 0px !important;
    }

    .whitePadding {
        padding: 0px !important;
    }

    h1 {
        margin-top: 0px !important;
    }

    .navbar {
        display: none !important;
        margin-bottom: 0px !important
    }

    body {
        padding-top: 0px !important;
    }

    .printOnly {
        display: block !important;
    }

    .hideOnPrint {
        display: none !important;
    }

    .ilpText {
        display: none !important;
    }


    iframe {
        height: auto !important;
    }

    .PEPBackground {
        background-color: white !important;
    }

    .previousVersionsButton {
        display: none !important;
    }

    .fieldSubtitleWrapper .label {
        display: none !important;
    }

    .ilpField, .ilpDate, ilpTextField, fieldData {
        page-break-inside: avoid;
        position: relative !important;
    }

    .ilpField {
        display: block;
    }

    .whiteBackgroundWrapper {
        display: block !important;
    }
}
