.preview h2::after,
.preview h3::after,
.preview h4::after {
  content: 'Preview';
  background-color: rgba(241, 240, 117, 0.5);
  border-radius: 2px;
  font-size: 11px;
  padding: 2px 5px;
  /*color: white;*/
  margin-left: 10px;
  vertical-align: middle;
  color: rgba(0,0,0,.5);
}

/**
 * Help links are deemphasized by default
 */
a.auto-glossary-link {
  background-color: #AFCFE5;
  color: #fff;
  border-radius: 6px;
  font-size: 9px;
  line-height:12px;
  width: 12px;
  display: inline-block;
  height: 12px;
  font-weight: bold;
  margin-right: -8px;
  vertical-align: middle;
  text-align: center;
  position:relative;
  top: -9px;
  left: -3px;
  border: 1px solid #fff;
  transition: ease-in-out 50ms all;
}

a.auto-glossary-link:hover {
  background-color: #609FCB;
}
