﻿@media print {
    /* Hide everything on the page */
    body * {
        visibility: hidden !important;
    }

    /* Show only the dialog content */
    #forecast-print-content,
    #forecast-print-content * {
        visibility: visible !important;
    }

    #forecast-print-content {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        padding: 20px !important;
    }

    /* Hide checkmark column */
    [style*="width: 20px; height: 20px"] {
        display: none !important;
    }

    th:first-child,
    td:first-child {
        width: 0 !important;
        padding: 0 !important;
    }

    .mud-dialog-container,
    .mud-dialog {
        visibility: visible !important;
        display: block !important;
        position: static !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
}
