body > *:not(.main-header):not(#page) {
    display: none;
}

#page > *:not(.content) {
    display: none;
}

.content > *:not(.article) {
    display: none;
}

.article > *:not(#content_box) {
    display: none !important;
}

#content_box > *:not(.post) {
    display: none;
}

.post > *:not(#corpo):not(header):not(#tli-downloadlist) {
    display: none;
}

/* economics da nascondere in stampa */
.tli-economics-expected,
#corpo > div {
    display: none;  
}

.post header > *:not(#titolo) {
    display: none;
}

#suggerisci-di-pinnare, #userbar {
    display: none !important;
}

.article {
    width: 100%;
}


.main-header, #titolo, .post-info {
    text-align: center;
}


a:not(.fancybox):not(.dont-print-url):after {
    content: " [ " attr(href) " ]";
    font-size: 70%;
}

p {
    word-wrap: break-word;
}