p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
img.cover {
    float: right;
    margin: 0em 2em 2em 2em;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.center {
  text-align: center;
}

.csl-entry {
  position: relative;
  padding-left: 20px; /* Add some left padding to make space for the bullet */
}

.csl-entry::before {
  content: '\2022'; /* Unicode character for a bullet point (•) */
  position: absolute;
  left: 5px;
}