.article-body .annotation-link {
  text-decoration: none;
  color: #000;
  background: #ccc;
  padding: 4px;
  border-radius: 4px; }
  .article-body .annotation-link:after {
    content: " [+]";
    font-size: 14px;
    vertical-align: middle; }
    @media only print {
      .article-body .annotation-link:after {
        counter-increment: footnotes;
        content: " [" attr(data-annotation) "]"; } }
.article-body .annotation-link.active:after {
  content: " [-]"; }
  @media only print {
    .article-body .annotation-link.active:after {
      content: " [" attr(data-annotation) "]"; } }
.article-body .annotation-link:hover {
  color: #000; }
.article-body .annotation {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 200;
  font-size: 0.94444444444em;
  display: none;
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 1em 0;
  border-radius: 4px; }
  @media only print {
    .article-body .annotation {
      display: block !important;
      font-size: 12px;
      padding: 10px;
      margin-right: 1em;
      width: 30%;
      float: left;
      clear: left;
      border-radius: 0;
      border: 1px solid #333; }
      .article-body .annotation .annotation {
        width: auto;
        margin-right: 0; }
      .article-body .annotation:before {
        content: "[" attr(data-annotation) "] "; } }
.article-body .annotation .blockquote {
  margin: 1em 2em;
  font-size: 0.9em;
  display: block; }
.article-body .annotation.active,
.article-body .annotation:target {
  display: block !important; }
.article-body .annotation-link.orange {
  background-color: #f9bd4e; }
.article-body .annotation.orange {
  background-color: rgba(249, 189, 78, 0.55); }
.article-body .annotation-link.green {
  background-color: #50cea8; }
.article-body .annotation.green {
  background-color: rgba(80, 206, 168, 0.55); }
.article-body .annotation-link.red {
  background-color: #f47453; }
.article-body .annotation.red {
  background-color: rgba(244, 116, 83, 0.55); }
.article-body .annotation-link.purple {
  background-color: #c493ff; }
.article-body .annotation.purple {
  background-color: rgba(196, 147, 255, 0.55); }
.article-body .annotation-link.pink {
  background-color: #e1708c; }
.article-body .annotation.pink {
  background-color: rgba(225, 112, 140, 0.55); }
.article-body .annotation-link.blue {
  background-color: #3eabb4; }
.article-body .annotation.blue {
  background-color: rgba(62, 171, 180, 0.55); }
.article-body .annotation-link.chartreuse {
  background-color: #abdb42; }
.article-body .annotation.chartreuse {
  background-color: rgba(171, 219, 66, 0.55); }

/*# sourceMappingURL=annotations.css.map */
