* {
	background:transparent !important;
	text-shadow: none !important;
	filter: none !important;
		-ms-filter: none !important;
	color: #222 !important;
	box-shadow: none !important;
	border-color: #888 !important;
	background-image: none !important;
	}

main p, main li, label, table {
	font-size: 1rem;
}

.container {
	max-width: 60em;
	margin: 0 !important;
	padding: 0;
}
	
.print-header { 
	display:block;
	margin-bottom:1em;
	width: auto;
	max-width: 40em;
}
	
.image-float-left {
	float: left;
	margin: .375em 3.5% .375em 0;
	max-width:48.25%;
}
	
.image-float-right {
	float: right;
	margin: .375em 0 .375em 3.5%;
	max-width:48.25%;
}
	
ul { 
	list-style: disc; 	
	padding-left: 1.5em;
	}
	ul li {	 padding-left:0; }
	
.print-footer { 
	display:block;
	/*padding: 1em 0;
	max-width: 60em;*/
	}

.slogan, .text-center {
	text-align: left !important;
}

.block--grey .col-md-4 {
	display: none;
}

.block--white {
	padding: 0;
}

.block--grey {
	padding: 1em 0;
}

.product-grid {
	max-width: 60em;
}

@media (min-width: 1200px) {
.container {
    max-width: 60em !important;
}
}

.header, .aside, .footer, .skip-link, .carousel, .callout-group, .home-page-callout, .footer__social, .footer__copyright, .jumbotron, .logo-footer, .pagination-news, .Callout, iframe, .carvings--catalogue, .contact-section, .product-sketch-gallery { display:none; }
