abbr.lexicon-indicator,
acronym.lexicon-indicator,
sup.lexicon-indicator,
span.lexicon-indicator,
a.lexicon-indicator,
a.lexicon-icon,
dfn.lexicon-indicator,
img.lexicon-indicator {
  cursor: help;
}
span.lexicon-term {
  text-decoration: none;
  border-bottom: 1px dotted;
  cursor: help;
}

a.lexicon-term {
  text-decoration: none;
  border-bottom: 1px dotted #080;
  color: #080;
  cursor: help;
}
.lexicon-links {
  text-align: left;
  /*background-color: #c8cbd1;*/
  color: #000000;
  padding:20px 0 0 0;
}
.lexicon-links a {
  font-size:100%;
  text-transform: uppercase;
  padding:0 15px 0 0;
}
.lexicon-extralinks a {
  background-color: #cccccc;
  font-size: 0.6em;
}
