* {
  box-sizing: border-box;
}
html {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  line-height: 118%;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 0 15px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
body {
  max-width: 1080px;
  margin: 0 auto;
}
a {
    text-decoration: none;
}
img {
  /*float: right;*/
  /*padding-left: 5%;*/
  /*padding-bottom: 5%;*/
  width: 100%;
  height: auto;
}
li {
  margin-bottom: 0.5em;
}
ul {
  padding-left: 3em;
  list-style-position: outside;
}
ul > li {
  list-style: none;
  position: relative;
}
ul > li:before {
  content: "\2022"; /* render a bullet */
  position: absolute;
  left: -2.5em;
}
ol {
  padding-left: 3em;
  list-style-position: outside;
}
ol > li {
  list-style: none;
  position: relative;
}
ol > li:before {
  font-weight: bold;
  counter-increment: list;
  content: "[" attr(value) "]";
  position: absolute;
  left: -2.5em;
}
th, td {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
th {
  padding-right: 1em;
  font-weight: bold;
}
span[paper-links] a {
  margin-left: 0;
}

span[paper-links] a:first-of-type{
    margin-left: 0;
}
span[paper-links] a:last-of-type{
    margin-right: 0;
}
li p {
  margin-top: 0.5em;
}
li > span {
  display: block;
}
[paper-title] {
  font-weight: bold;
}
[paper-journal] {
  font-style: italic;
}
[talk-title] {
  font-weight: bold;
}
[talk-details] {
  font-style: italic;
}
