body {
  font-family: 'Noto Sans', sans-serif;
}

.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-title {
}

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

.blend-img-background {
    mix-blend-mode: multiply;
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.qualitative-image {
  margin-top: 0.5rem;
}

.main-results-table-container {
  margin-top: 1rem;
  overflow-x: auto;
}

.ablation-table-container {
  margin-top: 1rem;
  overflow-x: auto;
}

.booktabs-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background: #fff;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  margin-top: 0.5rem;
  text-align: center;
}

.booktabs-table th,
.booktabs-table td {
  background: transparent !important;
  border: 0 !important;
  line-height: 1.12;
  padding: 0.28rem 0.55rem;
  vertical-align: middle !important;
  white-space: nowrap;
}

.booktabs-table thead tr:first-child th {
  border-bottom: 1px solid #666 !important;
  font-size: 1.22rem;
  font-weight: 700;
  padding-top: 0.35rem;
  padding-bottom: 0.2rem;
}

.booktabs-table thead tr:last-child th {
  border-bottom: 2px solid #000 !important;
  font-size: 1.02rem;
  font-weight: 700;
  padding-top: 0.25rem;
  padding-bottom: 0.35rem;
}

.booktabs-table thead th[rowspan] {
  border-bottom: 2px solid #000 !important;
}

.main-results-table tbody td:first-child {
  text-align: left !important;
}

.booktabs-table .group-label td {
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  font-size: 1.18rem;
  font-style: italic;
  padding: 0.45rem 0;
  text-align: center !important;
}

.booktabs-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.booktabs-table strong,
.booktabs-table .best-value {
  font-weight: 700;
  font-style: italic;
}

.main-results-table {
  min-width: 1180px;
  font-size: 0.98rem;
}

.main-results-table thead tr:last-child th:nth-child(1),
.main-results-table thead tr:last-child th:nth-child(4),
.main-results-table thead tr:last-child th:nth-child(5),
.main-results-table thead tr:last-child th:nth-child(8),
.main-results-table td:nth-child(3),
.main-results-table td:nth-child(6),
.main-results-table td:nth-child(7),
.main-results-table td:nth-child(10) {
  background: #e8f3ff !important;
}

.main-results-table .prefmoe-row td:first-child {
  font-weight: 700;
}

.ablation-table {
  min-width: 980px;
  font-size: 1rem;
}

.ablation-table thead tr:last-child th:nth-child(7),
.ablation-table thead tr:last-child th:nth-child(10),
.ablation-table thead tr:last-child th:nth-child(11),
.ablation-table thead tr:last-child th:nth-child(14),
.ablation-table td:nth-child(7),
.ablation-table td:nth-child(10),
.ablation-table td:nth-child(11),
.ablation-table td:nth-child(14) {
  background: #e8f3ff !important;
}


.table-caption {
  margin: 0.9rem auto 0;
  max-width: 1100px;
  font-size: 1.08rem;
  line-height: 1.45;
  text-align: left;
}

.table-caption p {
  margin-bottom: 0;
}
