@media print {
    .no-print {
       display: none !important;
    }
    .main {
        padding: 0 !important;
    }

    h3 {
        font-size: 0.875rem !important;
        line-height: 1.2rem !important;
    }
}

