@media print
{
    /*Remove address after hyperlink*/
    a[href]:after
    {
        content: none;
    }

    .visible-print
    {
        display: inherit !important;
    }

    .hidden-print
    {
        display: none !important;
    }
}
