@media print {
    a::after {
        display:none;
    }

    #b-project {padding-top: 0;}
    #b-project #plans {display: block; opacity: 1;}
}