.hiprint-printElement-tableTarget.report-print-table td {
  padding: 4pt;
  line-height: 18pt;
}

table.exp-table {
  width: 660px !important;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #000;
  border-radius: 3px;
}

table.exp-table,
table.exp-table tr,
table.exp-table td,
table.exp-table th {
  padding: 0;
  margin: 0;
  font-size: 9pt;
  line-height: 9.75pt;
}
table.exp-table tr td,
table.exp-table tr th {
  padding: 5px 8px;
  text-align: center;
  border: 0 solid #000;
  border-width: 0 1px 1px 0;
}
table.exp-table tr td.px0,
table.exp-table tr th.px0 {
  padding-right: 0;
  padding-left: 0;
}
table.exp-table tr td.py0,
table.exp-table tr th.py0 {
  padding-top: 0;
  padding-bottom: 0;
}
table.exp-table tr td.full-input,
table.exp-table tr th.full-input {
  padding-right: 0;
  padding-left: 0;
}
table.exp-table tr td:last-of-type,
table.exp-table tr th:last-of-type {
  border-right-width: 0;
}
table.exp-table tr td.border-right,
table.exp-table tr th.border-right {
  border-right-width: 1px;
}
table.exp-table tr td.no-border-bottom,
table.exp-table tr th.no-border-bottom {
  border-bottom-width: 0;
}
table.exp-table tr:last-of-type td,
table.exp-table tr:last-of-type th {
  border-bottom-width: 0;
}

.report-print-img-title {
  padding-top: 12px;
  font-weight: bold;
  text-align: center;
}

.report-print-img-wrap {
  height: 720px;
  padding: 4px 0 12px 0;
  text-align: center;
}

.report-print-img{
  max-width: 600px;
  max-height: 700px;
  margin: 0 auto;
  border: 2px solid #333;
}