﻿@media print {
	body {
		-webkit-print-color-adjust:exact;
		overflow: visible;
	}
	#main {
		width: 95%;
	}
	div.frames {
		top:0;
	}
	div.frametabs, div.content div.nav {
		display:none;
	}
	div.sidebar {
		display:none;
	}
	div.content {
		top: 30px;
		left:0;
	}
	div.topbar {
		display: none;
	}
	button {
		display: none !important;
	}
	h2.title {
		font-size: 14px;
		font-weight: bold;
		color: black;
	}
	.show-print {
		display: block !important;
	}

	.fb3b30 {
		background-color: #fb3b30;
	}

	.info-table {
		color: black;
		background-color: #fff;
		opacity: 1;
	}

	.info-table td {
		content: ' ';
		min-width: 20px;	
	}
	.leaflet-control-container {
		display: none !important;
	}

	.google-table {
		margin-top:10px;
	}
	.google-visualization-table-td {
		height:25px;
		padding-right: 5px;
		padding-left: 15px;
	}

	div.frames.report {
		width: 800px;
	}

	div.report-content {
		overflow: visible;
	}

	.google-table div {
		overflow:visible !important;
	}
	.google-table:nth-child(2)
	{
		page-break-after: always;
	}

	div.tab-content {
		border: none !important;
	}
    .tool-bar, .menu-toolbar {
        display:none;
    }
    .page-navigation {
        left: -250px;
    }
    .page-content {
        padding-left:0px;
    }
}