@media (min-width: 979px) {
    .content {
        padding: 48px 20px 0px;
    }
}

@media (max-width: 1200px) {
    .search-btn {display: none;}
}

a.top, a.bottom {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
    border-bottom: 1px dashed;
    text-decoration: none;
}

a.bottom {
    display: none;
}

.printbar, .printpaginator {display: none;}