@media print {
    body {
        width: 1024px;
    }
    a[href]:after {
        content: ""!important;
    }
    abbr[title]:after {
        content: ""!important;
    }
}
