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: 'Noto 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: 'Noto Sans', sans-serif;
}

.publication-authors {
    font-family: 'Noto 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;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

#tldr {
  padding-top: 0;
}

.author-block sup {
  font-variant-emoji: text;
  font-family: "Noto Sans"
}

#resulttab th:nth-child(n + 3) {
  text-align: right !important;
}

#resulttab td:nth-child(n + 3) {
  font-family: "Noto Sans Mono" monospace;
  text-align: right
}

#resulttab tr.hruled, #resulttab tfoot td, #resulttab tfoot th {
  border-top: 2px solid #888 !important;
}

#resulttab thead th {
  border-bottom: 2px solid #888 !important;
}

#resulttab {
  margin: 1.5rem 0;
  width: auto;
  font-size: 0.8rem;
}

#resulttab th, #resulttab td{
  padding: 0.25em 0.75em;
}

#contextab th:nth-child(n + 2) {
  text-align: right !important;
}

#contextab td:nth-child(n + 2) {
  font-family: "Noto Sans Mono" monospace;
  text-align: right
}

#contextab tr.hruled, #resulttab tfoot td, #resulttab tfoot th {
  border-top: 2px solid #888 !important;
}

#contextab thead th {
  border-bottom: 2px solid #888 !important;
}

#contextab {
  margin: 1.5rem 0;
  width: auto;
  font-size: 0.8rem;
}

#contextab th, #resulttab td{
  padding: 0.25em 0.75em;
}

.bg-blue-300 {
  background-color: rgb(147, 197, 253);
}
.bg-green-300 {
  background-color: rgb(134, 239, 172);
}
.bg-purple-300 {
  background-color: rgb(216, 180, 254);
}
.bg-red-300 {
  background-color: rgb(252, 165, 165);
}
.bg-yellow-300 {
  background-color: rgb(253, 224, 71);
}

span.segdemo {
  font-family: "Noto Sans Mono", monospace;
}

p strong {
  font-weight: 600;
}

#plotframe {
  margin-bottom: 1.5rem;
  margin-top: -1.5rem;
}
.is-horizontal-center {
  justify-content: center;
}
figure {
  margin: 1rem 0;
}
figure img {
  max-width: 500px;
}
section.section {
  padding-top: 0 !important;
}
.content h4 {
  margin: 1.5rem 0 0.5rem 0;
}
