body {
	width: 640px;
	margin: 20px;
}

table.table-print-image {
	width: 100%;
	table-layout: fixed !important;
}

.table-print-image td {
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding: 5px;
//	border: 1px solid #BEBEBE;
}
.table-print-image td img {
	max-width: 100%;
}

.pagebreak{
	page-break-inside:avoid;
}

@media print {
	.printBtn {
		display:none;
	}
	img {
		width: auto !important;;
		height: auto !important;
		 }
}

h4 {
	border-bottom: 4px solid;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	width: 100%;
}

.table-company{
	width: 100%;
	border-bottom: 3px solid;
	border-top: 3px solid;
	margin-bottom: 10px;
	margin-top: 5px;
}

.table-company TH{
	border: none;
	padding: 5px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.table-company TD{
	border: none;
	padding: 5px;
	text-align: right;
	font-size: 12px;
}

TABLE.table-property {
	width: 100%;
	margin-bottom: 15px;
}
.table-property TH {
	background-color: #ecfaff;
	border: 1px solid #BEBEBE;
	padding: 5px;
//	text-align: left;
	font-size: 12px;
}
.table-property TD {
	border: 1px solid #BEBEBE;
	padding: 5px;
	font-size: 12px;
}


.table-property th {
	width: 18%;
}

.table-property td {
	width: 32%;
}
