.rsa-autocomplete-wrap {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 2px;
}

.b4c-rsa-term-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  max-height: 320px;
  overflow-y: auto;
  border-radius: 0px 0px 2px 2px;
}

.rsa-term-suggestion {
  padding: 10px 14px;
  cursor: pointer;
  line-height: 1.35;
}

.rsa-term-suggestion:hover,
.rsa-term-suggestion.active {
  background: #f5f5f5;
}
