﻿@media only print {
    .header,
    #header,
    #PageHeadingControl,
    nav#nav,
    .side,
    .button,
    iframe,
    .social,
    footer,
    footer #footer-top,
    .required::after,
    .not-applicable::after,
    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .row [class*="col-"],
    .content-container {
        margin-bottom: 5px;
    }

    form input, form textarea, form select,
    form input:disabled, form textarea:disabled, form select:disabled {
        margin-bottom: 0 !important;
        border: none;
        box-shadow: none;
        background-color: transparent;
        height: auto;
        padding-top: 0;
    }

    form label, form .label {
        padding-bottom: .2rem;
    }

    select {
        appearance: none;
        white-space: normal;
    }

    div.field-control {
        margin-right: 0 !important;
    }

    .row, .section {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .page-break-before {
        page-break-before: always;
    }

    p {
        margin-block-start: 0;
        margin-top: 5px;
    }
}
