.typeahead,
.tt-query,
.tt-hint {
    width: 200px;
    height: 28px;
   /* padding: 2px 12px;
    font-size: 12px;
    line-height: 30px;  
    outline: none;*/
}

.typeahead {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);

    color: #32373c;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    display: inline-block;
    padding: 3px 12px 3px 36px;
    border-radius: 2px;
    z-index: 1;
    position: relative;
    opacity: 0.7;
}
.typeahead:focus {
    border: 2px solid #0097cf;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999
}
.tt-menu {
    width: 198px;
    margin: 1px 0;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
    padding: 1px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
#header-search .league-name {
    color: #000;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}
.tt-suggestion p {
    margin: 0;
}
/* example specific styles */
/* ----------------------- */
#header-search .league-name {
    margin: 0 20px 5px 20px;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    font-weight:600;
}
#rtl-support .tt-menu {
    text-align: right;
}
.tt-menu {
    z-index: 10000!important;
}