html {
  font-size: 12pt;
  scroll-behavior: smooth;
}

body {
  color: black;
}

.fullpage-line {
  margin: 1em 0;
  height: 1px;
  background-color: #edededff;
  border: none;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.header-line {
  margin: 1em 0;
  border-top: 1px solid #edededff;
}

.section-header {
  font-family: 'Roboto', sans-serif;
  color: black !important;
  margin-bottom: 0 !important;
}

.plain-header {
  margin-bottom: 0.5em !important;
}

.external-link {
  background-color: #36454F;
  color: white;
  margin: 6px;
  border-radius: 8px;
  box-shadow: 3px 3px 0px black;
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.back-to-top:hover {
  opacity: 1;
}

/* booktabs-style table for paper results */
.table-scroll {
  overflow-x: auto;
}

.paper-table {
  border-collapse: collapse;
  margin: 1rem auto 0.5rem auto;
  font-size: 0.9rem;
  line-height: 1.35;
}

.paper-table th,
.paper-table td {
  padding: 0.3em 0.7em;
  text-align: center;
  white-space: nowrap;
}

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

.paper-table thead tr:first-child th {
  border-top: 2px solid black;
}

.paper-table thead tr:last-child th {
  border-bottom: 1px solid black;
}

.paper-table tbody tr:last-child td {
  border-bottom: 2px solid black;
}

.paper-table tr.group-sep td {
  border-top: 1px dashed #aaa;
}

.figure-caption {
  font-size: 0.95rem;
  color: #363636;
  margin-top: 0.75rem;
}
