	/* Span the main column the entire page*/
	.reports .subpage-content-two-span.column
	{
		width: 100% !important;
	}
	/* Top Nav / Main Nav */
	#main-nav .two-thirds,
	#topnav,
	#menu_btn,
	.subnav_divider,
	nav.menu
	{
		display: none;
	}

	/* Print Legend*/
	.print-legend-container h3
	{
		margin-bottom: 10px;
	}

	.print-legend-container
	{
		padding: 20px;
		display: block !important;
		border: 1px solid #333;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.print-legend-container .legend-listing
	{
		margin-bottom: 0px;
	}

	.print-legend-container .legend-listing li
	{
		display: inline-block;
		margin-bottom: 0px;
		width: 19%;
	}

	.print-legend-container .legend-listing .status-icon
	{
		margin-right: 10px;
	}

	/* Standards Legend Right Rail */
	.subnav.rail-content
	{
		display: none;
	}

	/* Standards Share Links*/
	.standards-share
	{
		display: none;
	}

	.breadcrumbs_only
	{
		display: none;
	}

	/* Footer */
	footer,
	#footer_bottom
	{
		display: none;
	}

     div[role="tabpanel"]
 {
     display: block !important;
 }
    #canvas {
        display: none;
    }
    #printCanvasImage {
        display: inline-block;
        
    }
