.search-words .container .columnWrap,
.search-words .container .columnRow{
overflow: initial !important;
}

#SuggestTARGET + .pc011{
top:31px;
}

#SuggestTARGET2 + .sphs{
    z-index: 10 !important;
    top:80px;
}

#SuggestTARGET2 + .pc011{
    z-index: 10 !important;
    width: 50%;
}

#SuggestTARGET3 + .pc011{
    z-index: 10 !important;
    top:48px;
}

#SuggestTARGET3 + .sphs{
    z-index: 10 !important;
    top:48px;
}

@media (max-width: 750px){
    #SuggestTARGET2 + .pc011{
        width: 85%;
    }   
}