body {
  font-family: "Times New Roman", Times, serif;
  margin: 30px;
  color: #000;
  text-align: center;
  
}
.header {
  text-align: center;
  margin-bottom: 10px;
}
.hospital {
  font-weight: bold;
  font-size: 24px;
}
.hospital1 {
  font-weight: bold;
  font-size: 28px;
}
.contact {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 18px;
}
table.report {
  width: 85%;
  border-collapse: collapse;
  table-layout: fixed;
}
table.report td, table.report th {
  vertical-align: top;
  padding:5px 15px;
  border: 1px solid #000;
  word-wrap: break-word;
}
table.report th {
  text-align: center;
  width: 14%;
  background: #f7f7f7;
}
.title-row th {
  border: none;
  background: none;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.impression {
  margin-top: 16px;
  font-weight: bold;
}
.signature-space {
  height: 90px;
}
.note {
  margin-top: 20px;
  font-size: 12px;
}