@media print {
@page {
	margin: 0.5cm;
}

header nav, footer {
	display: none;
}

img {
	max-width: 500px;
}

.site-header {
	display: none;	
}

/* search */
.search-hdr,
.search-field,
.search-submit {
	display: none;
}

/* custom */
.model	table,tr,td	{
	font-size: 15px;
	font-weight: 800;
	vertical-align: top;
}
	.model img {
		width: 90px;
		border: 2px solid #000;
		border-radius: 15px;
	}
.model_desc	{
	font-size: 14px;
	font-weight: 500;
	vertical-align: bottom;
	text-justify:distribute;
}
.model_show	{
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}

}