@media print {
    body * {
        -webkit-print-color-adjust: exact;
    }
    body,
    #wrapper {
        background: rgba(0, 0, 0, 0) !important;
        box-shadow: none !important;
        border: none !important;
        width: 100% !important;
        margin: 0 !important;
    }
    #topNav, #logo_1, #logo_2, #mainNav, #topBar, #footer, #pageButtons, #resourceLegendWrapper span.toggleIcon, #indicatorLegendWrapper span.toggleIcon, #mapTour {
        display:none !important;
    }
    .gm-style .gmnoprint, .gmnoprint, #printOnly, .gm-style,
    #map {
        display:block !important;
    }
    #mainContent {
        width: 730px !important;
        min-height: 800px;
    }
    #map {
        overflow: visible !important;
        -webkit-transform: none !important;
        width: 1000px;
        min-height: 800px;
        position: relative;
        background-color: rgb(229, 227, 223);
        page-break-after: always !important;
        margin-top:25px;	
    }
    div#indicatorLegendWrapper {
        page-break-before: always !important;
        margin-right: 30px;
    }
    div#indicatorLegendWrapper,  div#resourceLegendWrapper {
        display: block !important;
        position: relative;
        float: left;
        border: 1px solid #333;
        height: 100%;
        border-radius: 0;
        border: none;
        background-color: rgba(255, 255, 255, 0.8);
        background-image: none;
        padding: 0;
        width: 250px;
    }
    #resourceLegendWrapper .legendButton, #indicatorLegendWrapper .legendButton {
		font-size: 17px !important;
	}
    #resourceLegendWrapper .resourceLegendRow {
        clear:both;
        float:left;
        width:100%;
        padding:5px 2px;
    }
    #resourceLegendWrapper .resourceLegendRow img {
        float: left;
        margin-right: 5px;
    }
    #resourceLegendWrapper #resourceLegend, #indicatorLegendWrapper #indicatorLegend {
        display: block !important;
        position: relative;
        clear: both;
    }
    #indicatorLegendWrapper #indicatorLegend #indicatorLegendRow1 {
        background-color: #f4e6ff !important;
        -webkit-print-color-adjust: exact;
        border:10px solid #f4e6ff;
    }
    #indicatorLegendWrapper #indicatorLegend #indicatorLegendRow2 {
        background-color: #e0cce6 !important;
        -webkit-print-color-adjust: exact;
        border:10px solid #e0cce6;
    }
    #indicatorLegendWrapper #indicatorLegend #indicatorLegendRow3 {
        background-color: #c7a4c7 !important;
        -webkit-print-color-adjust: exact;
        border:10px solid #c7a4c7;
    }
    #indicatorLegendWrapper #indicatorLegend #indicatorLegendRow4 {
        background-color: #70475d !important;
        -webkit-print-color-adjust: exact;
        border:10px solid #70475d;
    }

}
