@charset "utf-8";
/* Your styles here */

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}