.event-meta {
  margin: 1em 0;
}

.event-meta > div {
  line-height: 1.2 !important;
}

h3.schedule-day-header {
  background: #fff;
  color: #000 !important;
  padding: 0.4em 0.6em;
  margin: 1.5em 0 0.5em 0;
  display: inline-block;
}

h3.schedule-day-header a {
  color: #000 !important;
}

.schedule {
  width: 100%;
  margin: 0.5em 0 1.5em 0;
  border-collapse: collapse;
}

.schedule td {
  vertical-align: top;
  padding: 0.5em 0.5em 0.5em 0;
  border-top: 1px dashed rgba(128, 128, 128, 0.35);
}

.schedule tr:first-child td {
  border-top: 0;
}

.schedule td.time {
  white-space: nowrap;
  width: 1%;
  padding-right: 1.25em;
  opacity: 0.85;
}

.schedule .activity {
  margin-bottom: 0.25em;
}

.schedule .talk {
  margin: 0.15em 0;
}

.schedule details.talk > summary {
  display: block;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 2.5em;
}

.schedule details.talk > summary::-webkit-details-marker { display: none; }
.schedule details.talk > summary::marker { content: ''; }

.schedule details.talk > summary::after {
  content: '[+]';
  position: absolute;
  right: 0;
  opacity: 0.7;
}

.schedule details.talk[open] > summary::after {
  content: '[−]';
}

.schedule .content {
  margin: 0.5em 0 0.5em 0;
  opacity: 0.9;
}

.schedule .content .abstract {
  margin-bottom: 0.75em;
}

.schedule .content p {
  margin: 0 0 0.5em 0;
}

.schedule .content p:last-child {
  margin-bottom: 0;
}

.schedule .content .label {
  font-weight: bold;
  margin-right: 0.25em;
}

.schedule .content .papers {
  margin-top: -0.25em;
  margin-bottom: 0.75em;
}

.schedule .content .papers ul {
  margin: 0.15em 0 0 0;
  padding-left: 1.5em;
  list-style: none;
}

.schedule .content .papers li {
  margin-top: 0.15em;
}

.schedule .content .papers li::before {
  content: '→ ';
  opacity: 0.6;
}

.schedule .content .papers a {
  word-break: break-all;
}

.schedule .lightning-talks {
  margin-top: 0.15em;
}

.schedule .lightning-talks .talk {
  padding-left: 0.6em;
  border-left: 2px solid rgba(128, 128, 128, 0.3);
}
