/* Print only the body, without header or footer. */
body > header, body > footer {
    display: none;
}

body {
    font-size: 8pt;
}

body > section {
    margin: 0px;
}

/* No language flags after links. */
a:after {
    display: none;
}
