/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .tt-dataset {
 	overflow-y: auto;
 	max-height: 250px;
 }
 
 .tt-dataset .tt-suggestion:last-child {
  border-bottom: none !important;
 }
