article {
  display: block;
  width: 100%;
  border: 1px solid #bce8f1;
  border-radius: 8px;
  margin: 16px 0;
}

article header {
  font-size: 19px;
  padding: 8px 16px;
  background: #d9edf7;
  border-bottom: 1px solid #bce8f1;
}

article .pubinfo {
  font-size: 13px;
}
article .pubinfo span {
  font-weight: bold;
}

article .abstract blockquote {
  margin: 0 8px;
}

article footer {
  font-weight: bold;
  max-width: 95%;
  overflow-x: hidden;
  white-space: nowrap;
}
article footer a {
  font-weight: normal;
}

article .card-inside {
  padding: 16px;
}

ul.categories {
  padding: 0 16px;
}
ul.categories li {
  list-style-type: none;
  margin: 0 0 4px 0;
}