a.glossary {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted $text;
  cursor: help;

  &:hover,
  &:focus,
  &:active {
    color: inherit;
    text-decoration: none;
    border-bottom-style: solid;
  }

  .rt_ext_inh &,
  .ext_teaser & {
    color: $color-accent;
  }
}

.glossary_entry {
  padding: 5px 0 !important;
}

.glossary-overview {
  padding-top: 2*$gutter;
}