body {
	margin: 0;
	background-color: transparent;
	color: #000;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	font-family: Georgia, "Times New Roman", serif;
}

.print-page {
	width: 800px;
	margin: 0 auto;
}

.print-header {
	background-color: #fff;
	color: #000;
	padding: 16px 12px 12px;
	text-align: center;
}

.print-header h1 {
	margin: 0 0 8px;
	font-size: 32px;
	line-height: 1.1;
}

.print-header h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
}

#title {
	color: inherit;
	text-decoration: none;
}

.print-map-container {
	position: relative;
	width: 800px;
	height: 800px;
	margin: 0;
	overflow: hidden;
}

#map-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

#qr-code {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-color: #fff;
	z-index: 2;
	overflow: hidden;
}

.print-map-root {
	display: block;
	width: 100%;
	height: 100%;
}

.print-map-parcel {
	fill: transparent;
	stroke: transparent;
	stroke-width: 1.25;
	vector-effect: non-scaling-stroke;
}

.print-map-parcel.is-sale {
	fill: rgba(0, 38, 255, 0.44);
	stroke: rgba(0, 38, 255, 0.8);
}
