@media print {
    footer,
    .row.item-related,
    .nav-fixed {
        display: none;
    }

    a[href]:after {
        content: normal;
    }

    .container.content-wrapper > .item {
        margin-bottom: 0;
    }

    section.container.content-wrapper {
        padding-top: 0;
    }
}