

.quicksearch {



}

.quicksearch-bar {

  margin-bottom: 5px;

}

.quicksearch-list {

    max-height: 100px;
    height:100px;
    overflow: auto;
    transition: all 0.6s ease 0s;
}

.quicksearch-list.empty {

   height:0px;
}

.quicksearch-result {

  border-bottom: .2px solid rgba(255,255,255,0.1);
  padding-top: 5px;
  padding-bottom: 5px;
}
