.lexicon_link {
  border-bottom: 1px dashed #000000;
  cursor: help;
}
.popover_close {
  z-index: 1000;
  width: 26px;
  height: 28px;
  float: right;
  background-color: #3A880F;
  background-image: url('/sites/all/themes/discount/images/close_video_x.png');
  background-repeat: no-repeat;
  background-position-x: 4px;
  background-position-y: 8px;
  background-position: 4px center;
  cursor: pointer;
  display: block;
}
.ltr .popover_close {
  /*right: 21px;*/
}
.rc_lexicon_popup_main_text {
  display: block;
}
.rc_lexicon_popup_main_text a,
.rc_lexicon_popup_main_text a:hover,
.rc_lexicon_popup_main_text a:focus {
  text-decoration: underline;
}
