.printlink {
    float: right;
    display: block;
    position: relative;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: 20px 0;
}

.printlink:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../Images/Frontend/print.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    background-size: cover;
}

.news-single header {
    clear: both;
}