#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}

#app ul {
  list-style-type: none;
  padding: 0;
}

#app li {
  display: inline-block;
  margin: 0 10px;
}

#app input {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

#app ul.options-list {
  display: flex;
  flex-direction: column;
  margin-top: -12px;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 3px 3px;
  position: absolute;
  overflow: hidden;
}

#app ul.options-list li {
  flex-wrap: wrap;
  background: white;
  margin: 0;
  border-bottom: 1px solid #eee;
  color: #363636;
  padding: 7px;
  cursor: pointer;
}

#app ul.options-list li.highlighted {
  background: #f8f8f8
}
