@media print {
    html, body {
        margin: 0;
        padding: 0 10px 10px;
    }

    html body * {
        display: none
    }

    html body div.container-fluid .row .col aside {
        display: none
    }

    html body div.container-fluid {
        padding: 0
    }

    html body div.container-fluid,
    html body div.container-fluid .row,
    html body div.container-fluid .row .col,
    html body div.container-fluid .row .col article,
    html body div.container-fluid .row .col article * {
        display: block;
        border: 0
    }

    html body div.container-fluid .row .col article {
        width: 100%
    }

    .col-lg-pull-4 {
        right: 0;
        width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 0
    }

    .col-lg-10 {
        width: 100%
    }

    .material-scrolltop.reveal {
        display: none
    }

    .asue .btn.page-print,
    .asue .btn.fb-share {
        display: none !important
    }

    html body div.container-fluid .row .col article .print_title	{
        display: block;
    }

    html body div.container-fluid.page-container .row .col article h1,
    html body div.container-fluid.page-container .row .col article .screen-title	{
        display: none;
    }

    html body div.container-fluid .row .col article a,
    html body div.container-fluid .row .col article span {
        display: inline
    }

    a[href]:after {
        content: none !important;
    }
}