header, 
footer,
.reserv-info,
.sold-info,
input[type="submit"],
input[type="button"],
.p-make-order .profile-form,
.breadcrumbs {
	display:none;
}
.profile .prof-table .table {
    overflow: visible;
	max-height: 100%;
}
.profile-table{
	width:100% !important;
}
.profile-table tbody tr {
	display:none;
}
.profile-table tbody tr.print {
	display:table-row;
}

.print_table {
	display:block;
}