.feedButton {
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid white;
}

.unreadCountLabel {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  font-size: 0.75em;
  line-height: 1em;
  border-radius: 50%;
  background-color: #D71F4B;
  color: white;
}