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








.audio-table {
  /* width: 100%;
  max-width: 300px; */
  table-layout: auto;
  /* display: flex; */
  justify-content: center;
  /* margin: auto; */
  /* vertical-align: middle; */
  width: 100%;
}


.audio-cell {
  /* Center audio widgets in the table cell. */
  text-align: center;
  /* padding-bottom: 1px; */
  /* padding-top: 1px; */
  vertical-align: middle;
  min-width: 200px;
}

audio {
  width: 100%;
}

.zero-shot {
  /*display: flex;*/
  justify-content: space-between;
}

.audio-cell-padded {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.audio-header-col {
  vertical-align: text-top;
  text-align: left;
  /* Don't wrap header text. */
  white-space: nowrap;
  /* Some breaking space between headers for readability. */
  padding-right: 5px;
  padding-left: 5px;
}

.audio-header-row {
  text-align: center;
  /* For uniformity, limit the cell's width. */
  width: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;

}

.ours {
  font-weight: bolder !important;
  width: 10vw !important;

}

.sample audio {
  padding-left: 3px;
  padding-right: 3px;
}

.text-cell {
  width: 10%;
  padding-right: 30px;
  text-align: start !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;


}

.task-cell {
  width: 25%;
  padding-right: 30px;
  text-align: start !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;


}

.sample-cell {
  width: 10%;
  padding-right: 30px;
  text-align: start !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;


}


thead tr:first-child th,
thead tr:first-child td {
  border-bottom: none;
}

/* Add underline only to the second row */
thead tr:nth-child(2) th,
thead tr:nth-child(2) td {
  border-bottom: 2px solid #dbdbdb;
}

thead tr:nth-child(2) th,
thead tr:first-child td {
  border-bottom: none;
}

/* Add underline only to the second row */
thead tr:nth-child(3) th,
thead tr:nth-child(3) td {
  border-bottom: 2px solid #dbdbdb;
}

.round-button {
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  padding-left: 3px;
  line-height: 6px;
  border: 1.2px solid #000;
  border-radius: 50%;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.00);
  font-size: 6px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
  transition: all 0.2s ease;
}

.round-button:hover {
  background-color: rgba(0, 0, 0, 0.0);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.round-button:active {
  background-color: rgba(0, 0, 0, 0.01);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: center;
  vertical-align: middle;
  border-spacing: 2px;
  border-color: grey;
  font-variant: normal;
}