.annotated-field > * {
  display: block;
  float: left;
  vertical-align: middle;
}

.annotated-field .annotation {
  padding-left: 0.5em;
  margin-top: -0.15em;
}

.annotation-popup {
  position: absolute;
  right: 0;
  width: 50%;
  background: white;
  z-index: 999;
  border: 1px solid #ccc;
  padding: 20px;
  padding-top: 10px;
  max-height: 300px;
  overflow: scroll;
  border-radius: 6px;
  box-shadow: 5px 5px 15px #000000AA;
}

.content-match-results .warning {
  background: none;
  color: red;
}

.content-match-results ul, .content-match-results ul li {
  list-style-type: none;
  margin-left: 0 !important;
}

.content-match-results img {
  max-width: 150px;
  height: auto !important;
}