.header,
.navigation,
.breadcrumbs,
.footer,
#compliance-navigation,
a.return-top,
h2{
    display: none;
}
html{
    background: #fff;
    color: #000;
    font-size: 9pt;
}
.main-content{
    max-height: auto;
    background: #fff;
    padding: 0;
}
.main-content .inner{
    max-width: auto;
    padding: 0;
    border: 0;
}
#compliance-overview{
    height: auto;
    padding: 0;
    border: 0;
    overflow: visible;
}
#compliance-overview a{
    border: 0;
}
.overview-bui li{
    display: list-item !important;
}
.overview-bui li.list-toggle{
    display: none !important;
}
#compliance-overview .compliance-overview-table .main-heading{
    background: #e5e5e5;
}