@media print {

    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .no-print,
    .glyphicon-print {
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }

    header {
        position: relative;
        height: 82px;
    }  
}