@media print {
    html, body {
        height: auto !important;
        margin: 0 !important;
        background: white !important;
    }

    #wrapper {
        overflow-x: hidden !important;
        margin-bottom: 0 !important;
    }

    #trackingLayer #confirmationSidenotes {
        display: block !important;
        visibility: visible !important;
    }

    #buttonPlanAppointment,
    #progressWrapper,
    #linkLayer,
    #buttonLayer,
    .printButton,
    .printIcon,
    .clearfooter {
        display: none !important;
    }

    .borderTop {
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        padding: 0.5em !important;
        margin-top: 0.25em !important;
    }
}