/*PRINT OVERRIDES*/
@media print {

    html,
    body {
        height: auto !important;
        padding: 20px;
    }

    #form1 {
        overflow-x: hidden;
        height: auto !important;
    }

    body * {
        visibility: hidden;
    }

    #SearchResultsCheckedTable {
        display: none !important;
    }

    /* does not work in IE */
    .PageBreak:nth-of-type(1) {
        page-break-before: avoid;
    }



    /*.PageBreak {
                display: none !important;
            }*/

    #DocumentPanel2,
    #DocumentPanel2 *,
    #DocumentPanel3,
    #DocumentPanel3 *,
    #SearchResultsPanel1 * {
        visibility: visible;
    }

    #MainContainer {
        margin-top: 20px;
    }

    .maincontent {
        left: 0;
        top: -30px !important;
        position: static !important;
        width: 100%;
        margin-top: -30px !important;
        display: block;
        height: auto;
    }

    p {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        font-size: 12pt;
    }

    .BodyIndent,
    .BodyNoIndentSpace,
    .HIndent1 {
        font: 12pt arial !important;
    }

    .SubHeading,
    .SubHeading2 {
        font-size: 14px !important;
    }
}

body {
    font-family: Arial;
    font-size: 12px;
}

.TitleLarge {
    font-weight: bold !important;
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: center;
}

.DocumentTitle {
    font-size: 16px !important;
}

.SubHeading {
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
}

.DocumentUrlLink {
    font-size: 0.786em;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
}

.Author {
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: center;
}

#contentBody {
    height: 100%;
    margin: 0;
    overflow: auto;
}

table.PresentationTable.Type6,
table.PresentationTable.Type1,
table.PresentationTable.Type2 {
    margin: 0;
}

table.PresentationTable.Type6 center {
    text-align: left;
}

.PoweredByVIN {
    width: 100px;
}

.PoweredByVIN img {
    padding: 10px 0;
}

@media screen and (max-width: 771px) {
    .well {
        margin-bottom: 10px;
        padding: 10px;
    }
}

.EmbedAdminIcons {
    display: none !important;
}

.DocumentDescription,
.DatesDivClass {
    display: none;
}


.environmentVersion {
    display: none;
}