.bbl-html-section{
  position: relative;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
}
.bbl-html-section h1,
.bbl-html-section h2,
.bbl-html-section h3,
.bbl-html-section h4,
.bbl-html-section h5,
.bbl-html-section h6{
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.bbl-html-section table{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #d1d5db;
    table-layout: fixed;
    margin: 12px 0px;
}
.bbl-html-section td,
.bbl-html-section th{
  border: 1px solid #d1d5db;
    padding: 8px 12px;
    text-align: left;
    vertical-align: top;
    position: relative;
    min-width: 100px;
}

.bbl-html-section th {
  background: #f9fafb;
  font-weight: inherit;
}

.bbl-html-section p {
  margin: 0px;
  display: block;
}