body {
  padding-top: 72px;
}

.category {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.category-link {
  position: relative;
  top: -56px;
}

.section{
  margin-top: 15px;
}

.address-item {
  display: block;
}

.publication-list {
  margin-top: 15px;
}

.publication-list p {
  margin-top: 5px;
  padding-left: 3em;
  text-indent: -3em;
}

.section-title {
  font-weight: bold;
  color: #333333;
  display: block;
}

.category-title {
  font-size: larger;
  font-weight: bold;
  color: #333333;
  display: block;
}

.bg-dark .section-title,
.bg-dark .category-title,
.bg-dark p {
  color: #eeeeee;
}

.interest-box {
  background: #333c;
  color: #eeee;
}

.interest-box ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.interest-box li {
  list-style-type: square;
}
.interest-box a {
    cursor: help;
}

.info-badge {
  position: absolute;
  right: 4px;
  bottom: 4px;
  color: #999;
  font-size: x-large;
  font-weight: bold;
  border: 2px #999;
  border-radius: 100%;
  width: 32px;
  height 32px;
}

