.bd47 {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid black;
  border-collapse: collapse;
  font-size: small;
  font-family: 'Courier New', Courier, monospace;
}
.bd47-multi {
  width: 90%;
}
.bd47 .row {
  display: flex;
  border-bottom: 1px solid black;
}
.bd47 .col {
  flex: 1;
  text-align: left;
  border-right: 1px solid black;
  overflow: hidden;
  word-wrap: break-word;
}

.bd47 .col-key {
/* background-color: red; */
/* width: 80%; */
flex: 0 0 65%;
}
.bd47 .col:last-child {
  border-right: none;
}
.bd47 .row:first-child {
  border-top: 2px solid black;
}
/* .bd47 .row:last-child {
  border-bottom: none;
} */
.bd47 .header {
  font-weight: 700;
  font-size: larger;
  background-color: whitesmoke;
}

.bd47 .header .outer-header{
  font-size: larger;
}