
/* print: structure */

body {
	font: 12px/20px Arial, Helvetica, sans-serif;
}

.wrapper {
	margin: 20px auto;
	max-width: 768px;
}

/* print: headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	background-color: transparent;
}

/* print: images */

figure {
	padding-bottom: 75%;
	overflow: hidden;
	
	background-color: #eceff1; /* blue grey 50 */
}

/*figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;	
	
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}*/

/* print: images: placeholders */

figure.placeholder {
	border: 1px solid #000; /* black */
	
	background-color: transparent;
}

/* print: lists: features */

ul.features {
	margin: 0;
	padding: 0;
	
	list-style: none;
	
	background-color: transparent;
}

ul.features li {
	padding-left: 20px;
	
	background-color: transparent;
}

ul.features li:before {  
	display: block;
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 20px;
	height: 20px;
	
	content: "\f00c"; /* fa-check */
	font-family: FontAwesome;
	font-size: 14px;
	text-align: left;
}

/* print: lists: thumbnails */

ul.thumbnails.small li {
	cursor: default;
}

/* print: wrappers */

/**/

div.price {
	font-weight: bold;
	text-align: right;
}

/* print: tables */

td {
	background-color: transparent;
}
