/* Presentations */

/** General **/

.presentation:not(:first-of-type) {
  margin-top: 3em;
}

.title, .conference {
  margin-bottom: 1em;
}


/** Title **/

.title {
  font-weight: bold;
}



/** Conference **/

.conference {
  font-style: italic;
}

.conference > *::before {
  content: "(";
}

.conference > *::after{
  content: ")";
}

