@import url("kjhealy-print.css");

@media print {
    .no-print {
        display: none !important;
    }
    
    p code {
        position: relative !important;
        left: -11% !important;
    }
}