@media print {
    header.x-masthead[role=banner],
    .related-posts,
    .vsoe.single-news .hentry .x-entry-share,
    body.vsoe .x-colophon.top,
    body.vsoe .x-colophon.bottom ,
    .x-scroll-top,
    .post-edit-link,
    span.meta-author .edit-link {
        display: none !important;
    }

    .meta-author a {
        font-size: 0;
        text-decoration: none;
    }

    .meta-author a:after {
        content: attr(title);
        font-size: 14px;
    }

    .vsoe.single-news article {
        width: 100%;
    }
}

@page { size: auto; margin: 0mm; }