#block-208 .block-content-inner {
	padding: 20px;
}

#done-headline {
	font-size: 20px;
}

#done-orderheader-details {
	width: calc(100% * 1/3 - 20px);
}

#done-orderheader-details .subheadline {
	font-size: 14px;
}

#done-orderheader-invoiceaddress {
	width: calc(100% * 1/3 - 20px);
}

#done-orderheader-invoiceaddress .subheadline {
	font-size: 14px;
}

#done-orderheader-shippingaddress {
	width: calc(100% * 1/3 - 20px);
	margin-bottom: 20px;
}

#done-orderheader-shippingaddress .subheadline {
	font-size: 14px;
}

#order-lister-body {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0;
}

#order-lister-list {
	width: calc(100% - 60px);
	max-width: 100%;
	margin: 30px;
	margin-top: 10px;
}

#order-lister-list .changed {
	display: none;
}

#order-lister-list .status {
	display: none;
}

#order-lister-list .trackntrace {
	display: none;
}

#order-show {
	margin-bottom: 40px;
}

#order-show-form .return_item {
	display: none;
}

#order-show-form-li-message {
	display: none;
}

#order-show-form-li-send {
	display: none;
}

#order-show-orderheader {
	padding: 20px;
	padding-top: 0;
	border-top: 1px solid #f0f0f0;
}

#order-show-orderheader-details {
	width: calc(100% * 1/3 - 20px);
}

#order-show-orderheader-invoiceaddress {
	width: calc(100% * 1/3 - 20px);
}

#order-show-orderheader-shippingaddress {
	width: calc(100% * 1/3 - 20px);
	margin-bottom: 30px;
}

#order-show-orderlines {
	padding: 20px;
	padding-top: 0;
}

#order-show-printreturnlabel {
	width: calc(100% - 60px);
	margin: 30px;
	margin-bottom: 0;
}

#order-show-title {
	font-family: Lato;
	padding-left: 20px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

#user #user-order-headline {
	display: none;
}

#user #user-order-list {
	display: none;
}

#user #user-order-viewall {
	display: none;
}

#user-order {
	margin-top: 0;
}

@media only screen and (max-width: 600px) {
	#done-orderheader-details {
		width: calc(100% * 1/1 - 20px);
	}

	#done-orderheader-invoiceaddress {
		width: calc(100% * 1/1 - 20px);
	}

	#done-orderheader-shippingaddress {
		width: calc(100% * 1/1 - 20px);
	}

	#order-show-orderheader-details {
		width: calc(100% * 1/1 - 20px);
	}

	#order-show-orderheader-invoiceaddress {
		width: calc(100% * 1/1 - 20px);
	}

	#order-show-orderheader-shippingaddress {
		width: calc(100% * 1/1 - 20px);
		margin-bottom: 10px;
	}

	.common-orderlines .list-table .item img {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}