﻿.main-header, .page-footer, #breadcrumbs, .side-menu, .content-toolbar, #share-panel {
    display: none;
}

.page-content-extra .editorial, .collapsible-body {
    display: block !important;
}

a {
    color: #000;
    text-decoration: underline;
}

a:after {
    content: " (http://www.avesta.se" attr(href) ")";
    font-size: 80%;
}

a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ")";
}

a[href^="#"]:after {
    display: none;
}

@media print
{
    * {
        -webkit-print-color-adjust: exact;
    }
}