@page {
	margin:0.5in;
	size: portrait;
}

@page :left {
  margin-right: 0.5in;
}

@page :right {
  margin-left: 0.5in;
}

#pagecontents {
     width:100%;
     border:0px;
  }
  
header, footer, aside, nav, form, iframe, .menu, .noprint {
  display: none;
}

table {
	margin: .25in auto;
}

.border-box {
	box-sizing: border-box;
}

.box {
  float: left;
  width: 50%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.itemtitle {
	font-style: italic;
	font-weight: bold;
}

.artist {
	font-size: 1.3em;
}

.dimensions {
	font-size: .8em;
}

.type {
	font-size: .8em;
}

.price {
	font-size: .8em;
}

.itemid {
	font-size: .6em;
}

#item_list div.cell {
	display: block;
}

img {
	display: block;
	margin-bottom: .2in;
	max-height: 5in;
	max-width: 9.5in;
}

.smallish {
	display: block !important;
}

.img-48x48 {
	width: 3.2in;
	height: 3.2in;
}

.img-48x60 {
	width: 4in;
	height: 3.2in;
}

.img-48x72 {
	width: 4.8in;
	height: 3.2in;
}

.img-48x96 {
	width: 6.4in;
	height: 3.2in;
}

.img-48x108 {
	width: 7.2in;
	height: 3.2in;
}

.img-48x144 {
	width: 9.6in;
	height: 3.2in;
}

.img-60x36 {
	width: 2.4in;
	height: 4in;
}

.img-60x48 {
	width: 3.2in;
	height: 4in;
}

.img-60x60 {
	width: 4in;
	height: 4in;
}

.img-60x72 {
	width: 4.8in;
	height: 4in;
}

.img-60x108 {
	width: 7.2in;
	height: 4in;
}

.img-72x48 {
	width: 3.2in;
	height: 4.8in;
}

.img-72x60 {
	width: 4in;
	height: 4.8in;
}

.img-72x72 {
	width: 4.8in;
	height: 4.8in;
}

.img-72x144 {
	width: 5in;
	height: 2.5in;
}

img.print4x4 {
	max-height: 4in;
	max-width: 4in;
	display: block;
	ofject-fit: contain;
	box-sizing: border-box;
}

.greybackground {
	background-color: rgb(128,128,128) !important;
	padding: 0.5in;
}

img.printlarge {
	//max-width: 100%;
	max-height: 5in;
	//height: auto;
	display: block;
	object-fit: contain;
}

a[href]:after {
	content: none !important;
}

.print-no-break {
	page-break-inside: avoid;
}

.single {
	page-break-before: always;
	page-break-after: always;
	page-break-inside: avoid;
	display: block;
	max-height: 80%;
}

.photos {
	margin:-40px 0px 0px -40px;
	transform:scale(.8,.8);
	-ms-transform:scale(.8,.8); /* IE 9 */
	-webkit-transform:scale(.8,.8);/* Opera, Chrome, and Safari */
   }
   
.page-break-after {
	page-break-after: always;
}

.page-break-before {
    page-break-before: always;
}

.large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 50%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }
