﻿
@media print {

    @page {
        margin:0.4in;
        size: landscape;
        max-height: 100%;
        max-width: 100%
    }

    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }

    aside h2 {
        font-size: 18pt;
    }


    header nav, footer {
        display: none;
    }

    .jumbotron{
        padding:3px 3px 3px 35px;
    }

    #main-menu,
    #PrinterFriendlyLink,
    #ReqHowDidYouHear,
    #ReqName,
    #ReqAddr1,
    #ReqCity,
    #ReqState,
    #ReqZip,
    #ValZip,
    #reqEmail,
    #ValEmail,
    #reqPhone,
    #ValPhone,
    #reqCell,
    #ValCell,
    #ValFax,
    #jumboSubmit,
    #btnScroll_to_top {
        display: none !important;
    }


    .jumbotron {
        margin-top: 20px;
     }

    .body-content {
        color: black;
        padding: 0;
    }

    .cell-Left {
        width: 200px;
    }

    .cell-Left2 {
        width: 325px;
    }

    .cell-Left3 {
        width: 275px;
    }

}
