﻿html,
body
{
    background: none;
    color: black;
}

.page
{
    width: auto;
}

.header
{
    padding: 0px;
}

.main
{
    padding: 0px;
    min-height: 0;
}

.header-logo,
.nav,
.menu-column
{
    display: none;
}

a
{
    color: black;
}

h3
{
    page-break-after: avoid;
}

.appendix-table
{
    page-break-inside:avoid;
}

.appendix-table-heading
{
    page-break-after:avoid;
}

.header-title
{
    float: none;
    color: black;
    width: auto;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.main > div
{
    width: 920px;
}

.main > div.main-column
{
    width: 630px;
}

.main-column
{
    float: none;
}

.content-standard-title
{
    background: none;
    padding: 0px;
    color: black;
}

.standard-bar-1
{
    background: none;
    color: #ff3c2c;
}

.standard-bar-2
{
    background: none;
    color: #ff8d06;
}

.standard-bar-3
{
    background: none;
    color: #c7a551;
}

.standard-bar-4
{
    background: none;
    color: #87ce04;
}

.standard-bar-5
{
    background: none;
    color: #0873ce;
}

.standard-bar-6
{
    background: none;
    color: #6600d8;
}

.content
{
    background: none;
    padding: 0px;
}

.content-list
{
    list-style-type: initial;
    padding-left: 35px;
}

.content-list li a
{
    padding: 0px;
    background: none;
    border: none;
    color: black;
}


.table-zebra tr:nth-child(odd) td
{
	background: #f4f4f4;
}

.double-header.table-zebra tr:nth-child(even) td
{
	background: #f4f4f4;
}

.deer-requirements .alt-row td
{
	background: #f4f4f4;
}

.appendix-table.double-header tr:first-child td
{
	background: white;
}

.appendix-table.double-header tr:nth-child(2) td
{
	background: white;
}



    .legend .color
    {
        -webkit-print-color-adjust: exact; 
    }