table.drug-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 90%;
}
table.drug-table caption {
  font-weight: bold;
  margin-bottom: 0.5em;
}
table.drug-table th,
table.drug-table td {
  border: 1px solid #ccc;
  padding: 0.4em 0.6em;
  vertical-align: top;
}
table.drug-table thead th {
  background-color: #eef3f7;
  text-align: center;
}
table.drug-table tbody th {
  background-color: #f7f9fb;
  width: 18em;
}
dl.rx-list dt {
  font-weight: bold;
  margin-top: 0.8em;
}
dl.rx-list dd {
  margin-left: 1em;
  margin-bottom: 0.6em;
}
td.na {
  text-align: center;
  color: #ccc;
  font-style: italic;
}
