
/* Print Overview PDF */
@media print {

  @page {
    margin: 0;
  }


  body {
    font-family: "GT Pressura Mono", monospace;
    font-size: 8pt;
    margin: 0;
  }

  h1 {
    font-size: 12pt;
  }

	header, img, footer, .comment, .files, button.stylesheet {
		display: none;
	}

  main {
    margin: 12mm 20mm 15mm 20mm;
  }

  .tags, h1, .outer-container {
    width: 118mm;
  }

  h1 {
    margin-top: 1.6rem;
  }

  .outer-container {
    margin-top: 2rem;
  }


	.container {
		display: grid;
		grid-template-columns: 45% 45%;
		grid-gap: 10;
		margin-top: 1rem;
	}


  td {
    display: inline-block;
  }


  .tags li {
    font-size: 6pt;
  	background-color: white;
  	padding: 0.16rem 0.22rem;
    border: 0.5pt solid;
    line-height: 3;
  }

  .date {
		position: fixed;
    bottom: 15mm;
		left: 12mm;
  }

  .measurements {
    display: block;
    position: fixed;
    top: 12mm;
    right: 20mm;
    width: 39.25mm;
  }


	p, td {
		padding: 0 0 0.3rem 0;
		margin: 0;
		line-height: 1.2;
	}





  .measurements p:nth-of-type(2) {
    margin-bottom: 2rem;
  }


  li.form, li.form-2a {
  	padding: 12pt 0;
  	border-top: 0.5pt solid;
  }

  li.form-2a {
  	opacity: 0.5;
  }

.measures:last-child {
  border-bottom: 0.5pt solid;
}

.files {
  display: none;
}

.images {
	margin-left: 0;
	width: 118mm;
}

.illustration img {
	display: block;
	max-width: 10cm;
	max-height: 4cm;
	width: auto;
	height: auto;
}

.bitmap img {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 70mm;
	height: auto;
	left: 158mm;
	top: 12mm;
}

}
