/* Print Style Sheet */
@media print {
body {
	background:white;
	color:black;
	margin:0;
	font-family: Arial, sans;
}
#header {
	display: none;
}
.toolbox, .toolboxlong, .rateString {
	display: none;
}
#sidebox {
	display: none;
}
.map-comments-image {
	display: none;
}
#map-container {
	display: none;
}
#map-comments h2, #map-comments h4 {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
}
.map-comment-each {
	padding: 10px 0;
	border-bottom: 1px solid #000;
}
.map-comments-image-lg {
	margin: 20px auto;
	width: 100%;
}
.map-comments-image-lg img {
	border: none;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}
#addCommentLink {
	display: none;
}
#footer {
	margin-top: 40px;
}
