.tt-menu { display: block !important; }

.typeahead, .tt-query, .tt-hint {
    width: 696px;
    height: 42px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #CCC;
    border-radius: 8px;
    outline: medium none;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 696px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #0000FF
}

.tt-dropdown-menu {
    width: 622px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 2px 2px;
    font-size: 18px;
    line-height: 24px;
}

.tt-cursor{
	color: #000;
	background-color: #fff;
	cursor: default; /* tb */
}

.empty-message{
	padding-left:25px;
}

.tt-suggestions strong {
    font-weight: normal;
    color: #0000ff;
}

.superstrong {
    font-weight: strong;
    color: #000;
}

