/* glossary deflist styles */
.glossary_dl dt {
  font-weight: bold;
}

.glossary_dl dd {
  margin-left: 1em;
  line-height: normal;
  text-indent: 2em;
  text-align: justify;
  border-top: 1px dotted;
}

/* glossary reference style */
.glossary-ref {
  cursor: help;
  text-decoration: underline dashed;
  font-weight: bold;
  color: #415656;
}

/* glossary definition popup styles */
.glossary-def {
  background-color: #291749;
  color: #fffada;
  opacity: 1.0 !important;
  display: none;
  z-index: 1000;
  max-width: 33%;
  border-width: 1px;
  border-style: solid;
  box-shadow: 2px 2px;
  padding: 0.5em;
  outline: 1px dotted;
  outline-offset: -2px;
  text-align: left;
}

.glossary-def[data-show] {
  display: block;
}
