body {
  font-family: 'IBM Plex Serif', serif;
}


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

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

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

.splat_components {
  font-style: italic;
}

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

.teaser {
  font-family: 'IBM Plex Serif', serif;
}

#teaser {
  border-radius: 10px;
}


.publication-banner {
  max-height: parent;

}

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

.publication-title {
    font-family: 'Inconsolata', monospace;
}

.publication-authors {
    font-family: 'IBM Plex Serif', 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 {
}

#ask_see_image {
  margin-top: 1.5em; 
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.results-carousel video {
  margin: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#grasps-comparison-image {
  margin-bottom: 1em;
}

.iframe-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1px;
  padding-top: 5px;
  /* margin-bottom: -30px; */
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  margin-bottom: 2em !important;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table caption {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.styled-table thead tr {
  background-color:  #9860ff33;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

.styled-table thead tr th {
  text-align: center !important;
}

.styled-table tbody td {
  text-align: center;
}
