a.external,
a.email,
a.document {
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 48;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
a.external .popup,
a.email .popup,
a.document .popup {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 50;
  text-decoration: none;
}
a.external:focus,
a.email:focus,
a.document:focus,
a.external:hover,
a.email:hover,
a.document:hover {
  z-index: 49;
}
a.external:focus .popup,
a.email:focus .popup,
a.document:focus .popup,
a.external:hover .popup,
a.email:hover .popup,
a.document:hover .popup {
  float: right;
  background: #ccc;
  width: auto;
  height: auto;
  border: solid 1px #ccc;
  margin-left: 1.5em;
  margin-top: 0.25em;
  padding: 0.15em;
  overflow: visible;
  border-radius: 0.5em;
  z-index: 51;
  white-space: nowrap;
}
a.external:focus .popup:before,
a.email:focus .popup:before,
a.document:focus .popup:before,
a.external:hover .popup:before,
a.email:hover .popup:before,
a.document:hover .popup:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 20px solid #ccc;
  border-bottom: 15px solid transparent;
  margin: 0 0 0 -20px;
}
a.missing {
  text-decoration: line-through;
  color: red;
}
span.popup {
  font-size: 14px;
  font-weight: 400;
  background: black !important;
  border: none !important;
  color: #fff;
}
span.popup:before {
  border-right-color: black !important;
}
/*# sourceMappingURL=demo/demo-fa.css.map */