@page {
    margin: 1cm 2cm;
}
#mm-main-nav, #breadcrumbs, .content-area-left, #search, .navbar, footer {
    display: none;
}
body {
    line-height: 1.3;
    color: #000;
}

.navbar-brand {
    height: auto;
    width: 250px;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 14pt;
    margin-top: 25px;
}

img {
    max-width: 500px;
}

aside h2 {
    font-size: 18pt;
}
blockquote, ul {
    margin: 0;
}
#content a[href^="http://"]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
    text-decoration: underline;
}
#content a:after {
    content: " (http://www.rechnungshof.gv.at" attr(href) ")";
    text-decoration: underline;
}
#content a[href^="#"]:after {
    display: none;
}
#content a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ")";
    text-decoration: underline;
}
#content a {
    word-wrap: break-word;
}
#content a {
    color: #000;
    text-decoration: none;
}