@media print {
    /*Remove address after hyperlink*/
    a[href]:after {
        content: none;
    }

    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }

    .active-node-2 > .container-fluid > .row-fluid > .left-content,
    .active-node-3 > .container-fluid > .row-fluid > .left-content,
    .active-node-4 > .container-fluid > .row-fluid > .left-content,
    .active-node-5 > .container-fluid > .row-fluid > .left-content,
    .active-node-6 > .container-fluid > .row-fluid > .left-content,
    .active-node-7 > .container-fluid > .row-fluid > .left-content,
    .active-node-8 > .container-fluid > .row-fluid > .left-content {
        display: none;
    }

    .active-node-2 > .container-fluid > .row-fluid > .center-content,
    .active-node-3 > .container-fluid > .row-fluid > .center-content,
    .active-node-4 > .container-fluid > .row-fluid > .center-content,
    .active-node-5 > .container-fluid > .row-fluid > .center-content,
    .active-node-6 > .container-fluid > .row-fluid > .center-content,
    .active-node-7 > .container-fluid > .row-fluid > .center-content,
    .active-node-8 > .container-fluid > .row-fluid > .center-content {
        width: 70%;
    }
}
