body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.header-content {
  text-align: center;
  height: 60px;
  line-height: 50px;
  margin-top: 2rem;
}

.header-content img {
  width: 50px;
  height: 50px;
}

.header-content span {
  font-weight: bold;
  font-size: 50px;
  vertical-align: top;
  margin-left: 5px;
}

.report-table {
  border-collapse: collapse;
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.report-table tr td:first-child {
  width: 30%;
}

.report-table tr td:nth-child(2),
.report-table tr td:nth-child(4) {
  width: 13.5%;
}

.report-table tr td:nth-child(3),
.report-table tr td:nth-child(5) {
  width: 21.5%;
}

td,
th {
  font-size: 11px !important;
}

.large-text {
  font-size: 15px !important;
}

tr.border-bottom th,
tr.border-bottom td {
  border-bottom: 2px solid black;
}

td:empty::after {
  content: "\00a0";
}

td {
  padding: 10px 0;
}
