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-container {
  max-width: 1080px !important;
}

.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;
}

.teaser-image,
.pipeline-image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.results-caption {
  margin-top: 1rem;
  margin-bottom: 0;
}

.results-table {
  width: 90%;
  max-width: 90%;
  font-size: 0.9rem;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
}

.results-table th,
.results-table td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.5em 0.75em;
}

.results-table th:first-child,
.results-table td:first-child {
  text-align: left;
}

.results-table th:not(:first-child),
.results-table td:not(:first-child) {
  text-align: center;
}

.results-table thead th {
  border-top: 2px solid #363636;
  border-bottom: 1px solid #dbdbdb;
}

.multiline-header span {
  display: block;
  text-align: center;
}

.results-group-row td {
  background-color: #f2f2f2;
  font-style: italic;
  font-weight: 600;
  border-top: 1px solid #dbdbdb;
}

.results-average-row td {
  background-color: #fafafa;
}

.results-total-row td {
  border-top: 1.5px solid #363636;
  border-bottom: 2px solid #363636;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .pipeline-image,
  .results-table {
    width: 100%;
    max-width: 100%;
  }
}

.second-best {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
