 .tt-dropdown-menu {
        background-color: #fff;      
		z-index:1000;
		position:absolute;
		width: 130px;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
      }

.tt-suggestion {
	padding:9px 16px;
	cursor:pointer;
}
.tt-suggestion p{
	padding:0;
	margin:0;
}
.tt-suggestion.tt-cursor {
    background-color: #eee;
 }
 
 