
.select.dropdown-menu {
  max-height: 195px;
  overflow: auto;
}
[uib-typeahead-popup].dropdown-menu{
    max-height: 195px;
    overflow: auto;
}

.clear-right {
  clear: right;
}
