body {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  background-color: #fff;
  color: #222;
}

h1 {
  font-weight: 300;
  line-height: 1.15em;
}

h2 {
  font-size: 1.5em;
}

a:link,
a:visited {
  color: #1772d0;
  text-decoration: none;
}

a:hover {
  color: #f09228;
}

h1,
h2,
h3 {
  text-align: center;
  font-family: "Lato", Verdana, Helvetica, sans-serif;
}

h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-weight: 400;
  margin: 16px 0 4px 0;
}

h3 {
  font-size: 1.3em;
  padding-top: 0.6em;
  margin: 0;
}

.method-subtitle {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  margin: 12px 0 8px 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.row,
.author-row,
.affil-row {
  overflow: auto;
}

.paper-title {
  padding: 20px 0 22px 0;
}

.author-row,
.affil-row {
  font-size: 18px;
  font-weight: 400;
}

.authors {
  font-size: 18px;
}

.affil-row {
  margin-top: 16px;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0;
  margin-bottom: 10px;
}

.material-icons {
  vertical-align: -6px;
}

p {
  line-height: 1.25em;
  margin: 0 0 0.45em 0;
}

.caption {
  font-size: 16px;
  color: #666;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
}

.text-center .caption {
  text-align: center;
}

figure {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paper-btn-parent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}

.supp-btn {
  background-color: #fff;
  border: 1.5px solid #000;
  color: #000 !important;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition-duration: 0.4s;
  cursor: pointer;
  letter-spacing: 1px;
  margin: 8px;
  padding: 8px 8px;
  width: 180px;
  font-weight: 400;
}

.supp-btn:hover {
  background-color: #000;
  color: #fff !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.topnav {
  overflow: hidden;
  background-color: #eee;
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#conference {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  text-align: center;
  color: #111;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
}

#authors {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  text-align: center;
}

.footnote-row {
  color: #666;
  font-size: 15px;
}

.conference-row {
  margin-top: 18px;
}

.stats-section {
  padding-top: 4px;
  padding-bottom: 12px;
}

.content-section {
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-justify {
  text-align: justify;
}

.rounded-media {
  max-width: 100%;
}

.method-grid {
  margin-top: 8px;
}

.method-col {
  margin-bottom: 12px;
}

.figure-row {
  margin-top: 8px;
}

.highlights-row {
  margin-top: 10px;
  padding-top: 8px;
}

.highlight-cell {
  margin-top: 8px;
  margin-bottom: 8px;
}

.highlight-value {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.highlight-copy {
  margin: 10px auto 0;
  max-width: 260px;
  color: #666;
  font-size: 15px;
  line-height: 1.35;
}

#bibtex pre {
  font-size: 14px;
  background-color: #eee;
  padding: 16px;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

@media (max-width: 768px) {
  body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .topnav a {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
  }

  .supp-btn {
    width: 100%;
    max-width: 280px;
  }

  .highlight-copy {
    max-width: none;
  }

  .method-subtitle {
    white-space: normal;
  }
}
