@media print {
	.print,
	.modelTable .tabs .tab,
	.modelTable .tabs .dwl,
	footer,
	header {
		display:none;
	}
	.bread .brap {
		display:block;
	}
	body #content section.modelTable.s0 .bread {
		top:-20px;
	}
	#content section.modelTable.s0,
	body #content section.s0 {
		margin-top: 0px;
		padding-top: 20px;
	}
	section.modelTable .tabs {
		border:0;
		float:none;
		height:auto;
		margin:0;
		padding:0;
	}
	.modelTable .tabs .filter-vtype {
		left:auto;
		right:0;
		top:-30px;
	}
	section.modelTable .tabs .tinfo {
		bottom:-40px;
	}
	.filter-vtype .vtype.curr {
		display:block;
		margin-right:0;
		padding:0;
	}
	.filter-vtype .vtype {
		display:none;
	}
	.modelTable .isite, section.modelPrices .isite {
		border: none;
		padding: 0;
		margin: 0;
		position: relative;
		margin-bottom: 40px;
	}
	.modelTable table thead th.hidden,
	.modelTable table tr td.hidden {
		display:none;
	}
	section.modelTable .fulltable table thead th:first-child ,
	section.modelTable .fulltable table tr td:first-child {
		min-width:20%;
		width:20%;
	}
	section.modelTable table thead th:first-child ,
	section.modelTable table tr td:first-child {
		min-width:40%;
		width:40%;
		text-align:right;
	}
	.modelTable .fulltable table tr td:first-child, 
	.modelTable table tr td:first-child,
	.modelTable table thead th.first-child,
	.modelTable table thead th,
	.modelTable table tr td {
		display: table-cell;
		width:auto;
		padding:5px;
		font-size:12px;
		text-align:center;
	}
	.modelTable table thead th span.hidden.tdtitle ,
	.modelTable table tr td span.hidden.tdtitle {
		display:none;
	}
	.modelTable table thead {
		display:table-header-group;
	}
	.modelTable table tr,
	.modelTable table thead tr {
		display: table-row;
		width:100%;
	}
	.modelTable .accord-rap {
		max-height:unset;
	}
	.modelTable .tabs-content .tab-rap.hidden {
		display:block;
	}
	.modelTable button.accord-open {
		padding:5px;
		font-size:16px;
		padding-top:20px;
	}
	.modelTable button.accord-open:before {
		display:none;
	}
	section.modelTable .entry .title {
		font-size:20px;
	}
}
