
/* - print.css - */
@media print {
/* http://m.acoesdareceita.receita.fazenda.gov.br/portal_css/print.css?original=1 */
body {
font-family: Baskerville,Georgia,Garamond,Times,serif;
font-size: 11pt !important;
}
h1, h2, h3, h4, h5, h6 {
border: medium none;
font-family: Baskerville,Georgia,Garamond,Times,serif;
}
div, p, ul, dl, ol {
width: auto;
}
ul, ol, dl {
padding-right: 0.5em;
}
ul {
list-style-type: square;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
white-space: pre;
}
table.listing, table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: Black !important;
padding: 0 !important;
text-decoration: none !important;
}
a:link, a:visited {
background: none repeat scroll 0 0 transparent;
color: #552200;
}
div.pageBreak {
page-break-before: always;
}
div.top, #portal-logo, #portal-siteactions, .hiddenStructure, #portal-searchbox, #portal-globalnav, #portal-personaltools, #portal-breadcrumbs, #portal-column-one, #portal-column-two, #portal-languageselector, .contentViews, .contentActions, .help, .legend, .portalMessage, .documentActions, .documentByLine, .netscape4, #portal-footer, #portal-colophon, .skipnav, #kss-spinner, #review-history, #content-history, .listingBar, .discussion input, .visualNoPrint {
display: none;
}
.discussion .documentByLine {
display: block;
}
#viewlet-twitter-rss {
display: none;
visibility: hidden;
}
#portal-logo {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin-bottom: 1em;
}
#portal-logo img {
border: 0 none;
}

}

