.list-search-canvas
{
  height:100%;
  display:flex;
  flex-direction: column;
}

.list-search-bar
{
  height: 50px;
  margin-bottom: 2px;
}

.list-search-options
{
  flex:1;
  overflow-y:auto;
  background: white;
  color: #333333;
  padding-top:5px;
  border: 1px solid #eeeeee;
  border-top: none;
}

.list-search-button
{
  border: none;
  background: none;
  padding: 5px;
}
.ls-results-count
{
  padding: 0.5em 0 0 0.5em;
}

.list-search-item
{
  color: black;
}

.ls-error
{
  padding-top: 2em;
  text-align: center;
}
