.pm-presenter-search-host {
  position: relative;
}
.pm-presenter-results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  z-index: 99999;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.pm-presenter-results[hidden] {
  display: none;
}
.pm-presenter-option,
.pm-presenter-empty {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  color: #222;
  text-align: left;
  font: inherit;
}
.pm-presenter-option {
  cursor: pointer;
}
.pm-presenter-option:hover,
.pm-presenter-option:focus {
  background: #f3f5f7;
  outline: none;
}
.pm-presenter-empty {
  color: #666;
}
