@media only print {
    
    .noprint { display: none !important; }

    img, 
    .pdf_options, 
    .contact, 
    .links, 
    #cookie-message,
    #topcontrol {
        display: none;
    }
    
    .text-content p,
    .text-content ul li {
        font-size: 12px;
    }

}