a {
    text-decoration: none;
    color: #000000;
}
#bannerContainer {
    margin: 0;
    padding: 0;
}

#bannerAgencyName {
    text-align: center;
    font-size: 2em;
}

#bannerCaseLookLogo {
    display: none;
}

#mainContainer {
    margin: 0;
}

#navigationContainer {
    display: none;
}

/* Clear the href url from links when printing */
a[href]:after {
    content: none !important;
}

@media print {

    .text1, .text2 {
        height: 70px;
        padding: 0;
        border-bottom: 1px solid #000000;
    }

    p.header {
        padding: 0;
    }

    .td.text1 {
        padding: 0;
    }

    p.closeWin {
        display: none;
    }

    .btn-primary {
        display: none;
    }
}