.twitter-typeahead {
    display: inline !important;
}
#leftPaneContent .tt-menu{
    top: 66px !important;
}
@-moz-document url-prefix() {
    #leftPaneContent .tt-menu{
        top: 45px !important
    }
}
.tt-menu {
    top: 200% !important;
    z-index: 1005;
    left: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.219608) 0px 16px 28px 0px, rgba(0, 0, 0, 0.207843) 0px 25px 55px 0px;
    background-color: #fafafa;
}
.tt-input {
    margin-top:2px !important;
}
#navSearch .tt-menu {
    top:44px !important;
    width:97%;
    background-color: #fafafa;
    color:#acacac;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px 0px, rgba(0, 0, 0, 0.15) 0px 20px 30px 0px;
    font-size: 10pt;
    margin-left:8px;
}
#navSearch .tt-suggestion {
    max-width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:40px;
    height:40px;
}
.tt-suggestion {
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:40px;
    height:40px;
    padding:0 12px;
}
.tt-suggestion:hover {
    background-color:#eeeeee;
    cursor:pointer;
}
.onboardingPage input,.onboardingPage .tt-suggestion {
    color: #333;
    font-size: .8em;
    border-radius: 3px;
}
.onboardingPage .tt-suggestion:hover, .onboardingPage .tt-suggestion:focus, .onboardingPage .tt-cursor {
    background-color: #aa2579;
    color:white;
}
.employerPages .onboardingPage .tt-suggestion:hover, .employerPages .onboardingPage .tt-suggestion:focus, .employerPages .onboardingPage .tt-cursor{
    background-color: #3C92CD;
}
.tt-suggestion:focus, .tt-cursor {
    background-color:#eeeeee;
}
#navSearch .tt-hint {
    display: none !important;
}