p {
	margin-bottom: 0;
}



.images, .outer {
	display: inline-block;
	width: 40%;
	float: left;
}

.outer {
	margin-right: 2rem;
}

.illustration img {
	width: auto;
	max-width: 500px;
	height: auto;
	max-height: 800px;
}

.measurements {
  display: none;
}

.tags ul {
	display: inline;
}

.tags li {
	font-size: 0.8rem;
	line-height: 2rem;
	display: inline;
	background-color: #eeeeee;
	padding: 0.275rem 0.4rem;
}

div.qr-code img {
	width: 0;
}


div.print-buttons {
	position: fixed;
	bottom: 1.75rem;
	right: 2rem;
}

div.filename {
	display: none;
}


@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	div.print-buttons {
		display: none;
	}

	.images, .outer {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	img {
		max-height: 600px;
	}

  }


  .true {
	color: rgba(0, 0, 0, 0.5);
  }
  

  @font-face {
  font-family: 'KnitSymbol';
  src: url('../../fonts/knit-symbols.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.symbols {
    font-family: 'KnitSymbol';
	text-transform: uppercase;
	line-height: 2.4em !important;
}


