.encounter-data {
  min-height: 75px;
  margin: 10px 0;
  padding: 5px;
}

.encounter-data h3 {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 2px;
  line-height: 1.2;
  width: 25%;
}

.encounter-data input[type="text"] {
  width: 100%;
  height: 150px;
}