h5.paper {
  border-radius: 4px;
  padding-top: .6rem;
  padding-bottom: .4rem;
  font-weight: bold;
}

h6.paper {
  padding-bottom: 1rem;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.header-title:after {
  padding: 0 .5rem;
}

.header-subtitle {
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.search-panel, .search-panel__filters {
  display: flex;
}

.search-panel__results {
  flex: 3;
}

.ais-Highlight-highlighted {
  color: inherit;
  font-size: inherit;
}

#searchbox {
  min-width: 50rem;
  margin-bottom: .5rem;
}

#pagination {
  text-align: center;
  margin: 2rem auto;
}

.ais-Hits-item img {
  max-height: 125px;
  padding-right: 16px;
}

.ais-Hits-item {
  border: 1px solid #333;
  align-items: start;
  min-height: 30rem;
  line-height: normal;
}

#hits .ais-Hits-list {
  grid-template-columns: auto auto auto;
  align-items: start;
  width: 100%;
  display: grid;
}

#hits.list .ais-Hits-list {
  grid-template-columns: 1fr;
  align-items: start;
}

.ais-Panel-footer {
  margin-top: 0;
}

.ais-Panel {
  margin-bottom: .3rem;
}

#clear-refinements {
  align-items: center;
  display: flex;
}

#current-refinements {
  align-items: center;
  padding-left: .5rem;
  display: flex;
}

.panel_details {
  padding-top: .6rem;
}

.panel_abstract {
  padding: .5rem 0 .75rem;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.45;
}

.chair {
  align-items: end;
  padding-top: .6rem;
  display: block;
}

.offcanvas {
  z-index: 2000;
}

.pre-authors {
  margin-right: .35rem;
}

.bio-popover-trigger, .bio-popover-trigger:hover, .bio-popover-trigger:focus, .bio-popover-trigger:active {
  color: inherit;
  font-style: inherit;
  text-decoration: none;
}

.bio-popover-trigger:hover, .bio-popover-trigger:focus {
  opacity: .82;
}

.teams {
  float: right;
  text-align: right;
  margin-left: 1rem;
}

.site-footer {
  color: #6c757d;
  text-align: center;
  margin: 2rem auto;
  padding: 1rem;
  font-size: .9rem;
}

.site-footer a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.site-footer a:hover {
  color: #212529;
}

@media (width <= 768px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: .5rem;
    overflow-x: auto;
  }

  #hits {
    width: 100%;
    overflow-x: auto;
  }

  *, :before, :after {
    box-sizing: border-box;
    overflow-x: auto;
  }

  .search-panel {
    flex-direction: column;
  }

  .search-panel__filters {
    flex-direction: row;
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: auto;
  }

  .search-panel__results {
    flex: 1;
    width: 100%;
    overflow-x: auto;
  }

  #searchbox {
    min-width: 100%;
  }

  #hits .ais-Hits-list {
    grid-template-columns: 1fr;
    overflow-x: auto;
  }

  .header-title {
    font-size: 1rem;
  }

  .header-subtitle {
    margin-left: .5rem;
    font-size: 1rem;
  }

  .ais-Dropdown .ais-Panel-body > div > div[class^="ais-"] {
    z-index: 1080;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .25rem;
    flex-direction: row;
    flex: auto;
    min-width: 100%;
    min-height: auto;
    margin-top: .1rem;
    padding: .1rem;
    position: absolute;
    overflow: auto;
  }

  .ais-CurrentRefinements {
    display: none;
  }
}
/*# sourceMappingURL=app.bd991aa2.css.map */
