﻿@media print {
    @page {
        size: landscape
    }

    body, html {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        width: 14in !important;
        height: 9in !important;
    }

    #top-row, .sidebar, .nav-link, .wizardButtons, #buttons, .wizardsectionseperator, .top-row, … {
        display: none;
    }

    .content {
        background-color: none;
        background: none;
    }

    .wizardFeatureLabelContainer {
        max-width: 35% !important;
        min-width: 35% !important;
    }

    .wizardFeatureInputContainer {
        max-width: 65% !important;
        min-width: 65% !important;
    }
}