﻿@media print {
    #header, #footer, #nav, #sidebar, #controlbarForm, #environment_banner, #ui-datepicker-div, #confirmationEstatement, .mobile-only {
        display: none !important;
    }

    #column1 {
        width: 100%;
    }

    #myPageColumn {
        width: 100%;
    }

    #myPageColumnInner {
        width: 100%;
    }

    #copyright2-inner {
        padding-top: 0;
    }

    body {
        font-family: sans-serif;
    }

    h1, h2, h3, h4, h5, h6, #mainbody {
        width: 100%;
    }

    h1 {
        text-align: center;
        margin-bottom: 25px;
    }

    .copyright {
        font-family: sans-serif;
        width: 100%;
        text-align: center;
        font-size: 90%;
        margin-top: 50px;
    }

    a, a:visited {
        color: #000;
        text-decoration: underline;
    }

        a[href]:after {
            content: none !important;
        }
    /*One off*/
    .button {
        margin-left: 0;
    }
}
