﻿@media print {
    .no-print {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .rc-unit {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .rc-card {
        border-color: #ddd !important;
    }
}
