@charset "utf-8";
/* CSS Document */

/* Html5 Boilerplate Best Practices */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h1,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4 {
        page-break-after: avoid;
    }
}

/*NACPS Custom Styling*/
body {
    font-family: Arial, sans-serif;

}

#content { width: 100%; margin: 0; float: none; } 

#footer {
	margin: 50px 0 0 0;
}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

h1 {
	font-size: 1.6em;
}

.sidebar h4,
.sidebar h5 {
	line-height: 1em;
	padding: 0;
	margin: 0.8em 0 0 0;
}

/* Hide stuff that shouldn't be printed */
#topnav-container,
#mainmenu,
.sidemenu,
.districts-container,
.districts-list,
.districts-table,
.filter.filter-district, 
.filter.filter-state, 
.filter.filter-button,
.map-container,
.flashmap-container,
.instructions, 
.breadcrumbs, 
.data-source,
.yearsmenu,
.window-link,
.sidebar .css3button,
.google-map .view-large-link
{
    display: none;
}

table {
    page-break-inside: avoid;
    border: 1px solid #000;
    border-spacing: 0;
}

table td {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 0.8em;
}

table td.tableheader {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

table td.tablegroup {
	background: #e0e0e0;
	font-size: 0.9em;
	font-style: italic;
}

table td.left {
	text-align: left;
}

table td.center {
	text-align: center;
}

table td.right {
	text-align: right;
}

table.google-visualization-table-table {
    font-size: 1em !important;
}

table td.google-visualization-table-td {
    border: 1px solid #ccc !important;
    padding: 5px !important;
}

table td.google-visualization-table-th {
    border: 1px solid #ccc !important;
    padding: 5px !important;
	font-size: 1em;
	text-align: center;
}