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

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

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

.saber {
  font-variant: small-caps;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

.results-table {
    font-size: 0.85rem;
}

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

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

.results-table thead th {
    background-color: #363636;
    color: #fff;
    border-color: #363636;
}

.results-table thead tr:nth-child(2) th {
    background-color: #4a4a4a;
    font-size: 0.8rem;
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.side-by-side-tables {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
}

.side-by-side-tables > div {
    flex: 0 0 auto;
}

.side-by-side-tables .table {
    width: auto;
}

.box {
    border-left: 4px solid hsl(204, 86%, 53%);
}

.box h4 {
    color: hsl(204, 86%, 40%);
}
