body {
    counter-reset: ilustracja;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    line-height: 20px;
    text-align: justify;
    hyphens: auto;
}

#breadcrumbs, #botnav {
    display: none;
}

h1, h2 {
    margin: 0;
    padding: 0;
}

hr {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #000;
    color: #fff;
    display: block;
    height: 0;
}

a, a:link, a:visited {
    color: #000;
    text-decoration: underline;
}

a[href^='http']:after, a:link[href^='http']:after, a:visited[href^='http']:after {
    content: " (" attr(href) ")";
    font-size: 90%;
}

a[href^='#'] {
    text-decoration: none;
}

acronym {
    border: 0;
}

acronym[title]:after, abbr[title]:after {
    content: " (" attr(title) ")";
}

img {
    border: 0;
    counter-increment: ilustracja;
    display: block;
    margin-left: auto;
    margin-right: auto;
    page-break-inside: avoid;
    vertical-align: center;
}

video {
    display: none;
}