body {
  font-family: 'Open Sans', sans-serif;
}
#logo {
  text-decoration: none;
  color: black;
  font-size: 2em;
}
div.hero {
  background: url(/theme/images/pexels-danique-veldhuis-251773823-20287219.jpg);
  background-size: cover;
  background-position-y: center;
  color: white;
}
div.hero a {
  color: white;
}
div.hero a:visited,
div.hero a:hover {
  text-decoration: none;
}
nav a.navbar-brand {
  visibility: hidden;
}
nav.stuck a.navbar-brand {
  visibility: visible;
}
div.container {
  padding-top: 40px;
}
div.container h1 {
  margin-bottom: 30px;
}
div.container h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
}
div.container a[target="_blank"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f35d";
}
div.container table {
  width: 100%;
}
div.container table tbody tr {
  border-bottom: 1px #e6e6e6 dashed;
}
div.container table tbody tr td,
div.container table tbody tr th {
  padding: 0.4rem;
}
div.container table tbody tr th {
  text-align: right;
}
table.content-table td {
  padding: 0.5rem;
}
div.row-col-table .row.heading {
  border-top: 1px #e6e6e6 solid;
  border-bottom: 2px #e6e6e6 solid;
}
div.row-col-table .row.abstract {
  border-bottom: 1px #e6e6e6 dashed;
}
div.row-col-table .row .col,
div.row-col-table .row .col-5 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
div.row-col-table .row a[data-toggle]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f70e";
}
#accepted-papers span.close-abs {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}
#accepted-papers span.close-abs:hover {
  text-decoration: underline;
}
#accepted-papers .row.even {
  background-color: rgba(0, 0, 0, 0.05);
}
div.ks {
  border-bottom: 1px #e6e6e6 dashed;
}
div.ks:last-child {
  border-bottom: none;
}
div.ks .ks-bio .profile-pic {
  width: 50%;
  max-width: 300px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
div.ks h4 {
  margin-bottom: 1.5rem;
}
.sponser-logo {
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-bottom: 2rem;
}
#ucsd-logo {
  background-image: url(/theme/images/logos/UCSDLogo.png);
}
#springer-logo {
  background-image: url(/theme/images/logos/springer.png);
}
#lnbi-logo {
  background-image: url(/theme/images/logos/LNBI-Logo_s.png);
}
#biology-logo {
  background-image: url(/theme/images/logos/biology.png);
}
