/** CSS for pages that need changes on M1 chip where we can no longer compile. */
.icon-mastodon::before {
  content: ' ';
}
.icon-mastodon {
  background-image: url(../images/mastodon.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
}

.footer-bar p.footer-text {
  margin: 15px;
  font-size: 1em;
}

/** Hide annotations for anonamous */
body.cf-hide-annotator .annotator-adder {
  display: none !important;
}

.l-cf-twocol .l-upper-wrapper .l-twocol-left  .l-twocol-right {
  z-index: 100;
}