/* Print specific css */

p, h1, h2, h3, h4, h5, a, #title {
	color: black;
}

p, a {
	font-size: 13pt;
	font-style: normal;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	padding: 0px 20px;
}

h3, #title {
	font-size: 15pt;
	font-weight: bold;
}

#salespic, #bottombg, #footer, #header, #printme, #map {
	display:none;
}

#printmap {
	display:block;
}

#printmap img {
	height: 550px;
	width: auto;
	display: block;
  margin-left: auto;
  margin-right: auto;
}