@charset "utf-8";
/**
 * Section for media print
 */
body {
    background: white;
}

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

.hidden {
    display: none;
}
  
#pageHeader, #navigation, #sidebar, #account, #footer, #breadcrumbs, #tree {
    display: none;
}

#container, #wrapper, #content {
    float: none;
    width: 100%;
    position: relative;
}

#content {
    font-family: Georgia, serif;
    color: black;
    margin-left: 2.1cm;
    padding-right: 4.6cm;
}
