#idef-popup {
  position: absolute;
  background: white;
  padding: 10px 20px;
  top:0px;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 997;
}
.idef-popup-container{
  display: flex;
  justify-content: space-between;
}
.idef-popup-container div{
  display: flex;
  align-items: baseline;
}
#idef-popup h1,#idef-popup h2,
#idef-popup .idef-popup-heading {
  font-size: 18px;
  margin: 10px 0;
  padding-right: 10px;
  color: #233253;
  font-weight: 700;
}

#idef-popup img {
  margin-top: 5px;
}
#idef-popup p {
  font-size: 14px;
}
#idef-popup.no-title p {
  margin: 0;
}
#speakerIcon, #idef-popup-close{
  cursor: pointer;
  margin-top: 10px;
}
span.idef {
  cursor: default;
  padding: 2px 2px 0;
  border-bottom: 2px dotted #666;
}
