@charset "UTF-8";
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> CSS for print only */

* {
	color: #000;
	/*	background: red !important;*/
}

body {
	padding: 10mm 15mm;
}

.print_wrapper {
	width: 190mm;
}

a[href]:after {
	 content: " <"attr(href)">";
	 font-style: italic;
}

img[alt]:after {
	content:"\A ("attr(alt)")";
}

*[cite]:after {
 	content: close-quote" (Source: "attr(cite)")";
}

#header_wrapper, #navigation_wrapper, aside, #breadcrumbs, a.button, #back_to_top_wrapper, #footer_wrapper, #copyright_wrapper {
	display: none !important;
}

#customerConfirmation {
	border: .1rem solid;
	margin:1.5rem 0 1.5rem 0;
	padding: .5rem;
}

#deliveryAddress,
#invoiceAddress,
#orderInfos {
	float: left;
	margin-right: 4%;
	width: 30%;	
}

#orderInfos {
	margin: 0;
}

dt {
	min-width: 11rem;
}

dd {
	width: 10.5rem;
}


#logo {
    width: 20rem;
    height: 20rem;
    background-size: contain;
    background-position: 50% 50%;
}

.orderdetailinfoprint td {
		text-align: right;
}

.orderdetailinfoprint td:nth-child(1),
.orderdetailinfoprint td:nth-child(2),
.orderdetailinfoprint tr:first-child td:nth-child(3) {
		text-align: left;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< CSS for print only */