@charset "UTF-8";
@media print {
  .print_pages {
    size: A4 landscape;
    height: auto;
		width: 100%!important;
  }
  .footer, .header{
    display: none
  }
	.content{
		margin-top: 20px;
	}
	.map__txt{
		font-size: 14px;
	}
	.map__iframe{
		width: 100%!important;
		height: 600px!important;
	}
}