/*.toolbar {*/
/*border-bottom: solid 1px #ccc;*/
/*margin-bottom: 10px;*/
/*padding-bottom: 10px;*/
/*}*/
a {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px;
}
a.active {
  font-weight: bold;
}
a span {
  display: block;
  text-align: center;
}
.suggestions ul.items {
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 10px;
  list-style-type: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
}
.suggestions ul.items li.item {
  padding: 2px 10px;
}
.suggestions ul.items li.item:hover {
  background: #ccc;
  cursor: pointer;
}
.suggestions ul.items li.item.is-active {
  background: #eee;
  cursor: pointer;
}

