/* Global project specific CSS */

.comments-icon-counter {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.comments-icon-counter > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.0625rem;
  font-size: 0.625rem;
  border-radius: 0.125rem;
}

a.comments-icon-counter.text-700:hover, a.comments-icon-counter.text-700:focus {
  color: #3e4856 !important;
}

.navbar-brand {
  font-size: 1.65rem;
}