.twitter-typeahead{
	width: 100%;
}

#search-input{
	height: 30px;
	padding-top: 11px;
}

.tt-menu{
	background-color: #ffffff;
    border: 1px solid rgba(0, 151, 169, 0.2);
    border-radius: 5px;
    color: black;
    margin-top: 15px;
    width: calc(100% + 35px);
}

.tt-hint{
	color: #999999 !important;
}

.tt-suggestion{
	border-bottom: 1px solid #cfd1d2;
    color: #000000;
    display: inline-block;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 16px;
    padding: 10px 20px;
    text-transform: none;
    width: 100%;
}

.tt-suggestion strong{
	color: #0097a9;
}

.tt-suggestion:hover{
	background-color: #0097a9 !important;
	color: #000000;
	cursor: pointer;
}

.tt-suggestion:hover strong{
	color: #ffffff;
}

.tt-cursor{
	background-color: #0097a9;
}

.tt-cursor strong{
	color: #ffffff;
}

.tt-suggestion img{
	float: left;
    width: 20%;
}

.tt-info{
	float: left;
	width: 80%;
	padding-left: 15px;
}

.tt-info .tt-name{
}

.tt-info .tt-price{
	font-size: 14px;
}

.tt-dataset-search{
	width: 100%;
}

