.s_search {
    top:4px;
}
#s_toggle2 a {
    display:inline-block;
    padding-left:0;
    font-size:14px
}
#s_toggle2 a:last-of-type:after {
    content: "";
}
#s_toggle2 {
    display: block !important;
    width: 222px;
    background: rgba(0,0,0,0) !important;
    box-shadow: unset !important;
    border: 0;
    right: 630px;
top: 29px;
}
#s_toggle a:hover, #s_toggle2 a:hover {
    background: unset !important;
    text-decoration: underline;
}
#s_toggle2 a:after {
    content: " - ";
}
.s_head > div:first-of-type > a:nth-of-type(2n) {
    display:none !important
}

.s_head > div:first-of-type > a:nth-of-type(3n) {
    top: 8px;
}

.s_center {
    top: 7px
}