#lu-suggestion {
    height: expression( this.scrollHeight < 46 ? "45px" : "auto" );
    }

body header {
    filter: none !important;
    background: #ddd;
}