
/*

/*
/*

Author: Mary Estela Chang


*/ 
 
@media print {
    
    body {
        font-size: 12pt;
        color: black;
        background: none;
    }
  
    img {
        max-width: 100%;
        height: auto;
    }
    
    
     h1, h2, h3 {
        page-break-after: avoid;
    }
    
    p {
        margin-bottom: 10px;
    }
    
    a {
        text-decoration: none!important;
        color: inherit!important;
        pointer-events: none!important;
    }
    a::after {
        content: none !important;
    }
    #lg-header, #lg-top-footer, #lg-bottom-footer { display: none!important;}
} 
 