.twitter-typeahead{
	width: 100%;
}

.tt-dropdown-menu{
	background: white;
    border-radius: 4px;
    border: 1px solid gray;
    /*margin-top: 10px;
    max-height: 200px;*/
    width: 100%;
}
            
.tt-suggestion{
    padding: 5px 10px;
}
            
.tt-suggestion.tt-cursor{
    color: white;
    background: #0097cf;
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}
