/*CSS Document*/
.button
{
    display: none;
}

@media print {
    a[href]:after {
        content: none;
    }
}

