#header,
#page-content #mbar,
#picker,
#footer {
    display: none;
}

body {
    width: 100%;
    font-size: 9pt;
}

#page {
    background: #fff;
    color: #000;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#page, #page-content, #content {
    width: auto !important;
}

a:after {
  content: " (" attr(href) ")";
}

abbr:after {
  content: " (" attr(title) ")";
}
