.college-compare-picker {
  position: relative;
}

.college-compare-suggestions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  max-height: 240px;
  overflow-y: auto;
  margin-top: 0.125rem;
}
