* {
  font-family: "Open Sans", sans-serif;
}

body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

ul {
  list-style-type: none;
  padding: 0;
}
li {
  margin: 10px 0px 0 0;
}
p {
  font-size: 20px;
}
.proj_title {
  font-size: 18px;
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 1.3;
  overflow: hidden;
}

.proj_title::after {
  content: "";
  display: table;
  clear: both;
}

.paper-thumb {
  width: 140px;
  height: auto;
  border-radius: 6px;
  float: left;
  margin: 4px 16px 8px 0;
  max-width: 100%;
}

.paper-details {
  overflow: hidden;
}

@media (max-width: 640px) {
  .paper-thumb {
    float: none;
    display: block;
    margin: 0 auto 12px auto;
    width: min(220px, 100%);
  }

  .paper-details {
    overflow: visible;
    text-align: left;
  }
}

.proj_title:hover {
  background-color: #f8f8f8;
  border-radius: 4px;
}

.highlighted {
  background-color: #fffacd;
  padding: 8px;
  border-radius: 4px;
  border-left: 4px solid #ffd700;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: blue;
}

a:hover {
  color: red;
}

.subtle {
  color: black;
}

.proj_title .subtle:last-child {
  color: #666 !important;
  margin-top: 8px;
}

.proj_title br + b {
  color: black;
}

.proj_title:hover .subtle,
.proj_title:hover b {
  color: red !important;
}

.proj_title .subtle {
  color: black !important;
}

.proj_title b:not(:first-of-type) {
  color: black !important;
}

div {
  font-size: 20px;
}

.teaser_img {
  max-width: 1400px;
  /* max-width: 100%; */
  width: 100%;
  /* width: 50%; */
}

video {
  max-width: 1400px;
  /* max-width: 100%; */
  width: 100%;
  /* width: 50%; */
}

#venue {
  font-weight: bold;
}
