﻿body, div, table {
    height: auto;
    overflow: visible;
    float: none;
}

#BannerContainer {
    height: 0;
    display: none;
}

#ReportPreviewLinks {
    height: 0;
    display: none;
}

#nocutoff {
    height: auto;
    overflow: visible;
    float: none;
}

.reportcontent {
    background-color: White;
    border-collapse: collapse;
    border: solid 1px transparent;
    width: auto;
    position: relative;
    min-height: 75%;
}

.Copyright {
    position: absolute;
    bottom: 0;
    width: 1080px;
    margin-left: -480px;
    left: 50%;
}
