#bobby-questions.is-filtered {
  display: block;
  max-height: 150px;
  overflow-y: auto;
  background: #fff;
  border-top: 1px solid #dbe7ea;
  border-bottom: 1px solid #dbe7ea;
}

#bobby-questions.is-filtered button {
  display: block;
  width: 100%;
  margin: 3px 0;
  border: 0;
  border-radius: 8px;
  background: #f0fafa;
  text-align: left;
  white-space: normal;
}

#bobby-questions.is-filtered button:hover,
#bobby-questions.is-filtered button:focus {
  background: #cffafe;
}
