.agenda-list {
  list-style: none;
  padding: 0 2rem 0 2rem;
  margin: 0.25rem 0 0;
}

.agenda-list li {
  margin-bottom: 0.5rem;
  padding: 0.25rem 0;
}

.agenda-list li:last-child {
  margin-bottom: 0;
}

.agenda-label {
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.agenda-speaker {
  margin-top: 0;
}

.agenda-file-inline {
  font-weight: 400;
  font-size: 0.85em;
  color: #777;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 0.2rem;
}

.agenda-file-inline:hover,
.agenda-file-inline:focus {
  color: #444;
  text-decoration: underline;
}