#pun-viewtopic .linksb .postlink {
    display: none;
}

#sTheme {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 25px;
    width: 200px;
}

#sTheme, #isk {
    border: 1px solid #999;
}

#isk {
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    height: 23px;
    width: 23px;
}

#isk::before {
    margin-top: .2em;
}

#s-block {
    display: flex;
    justify-content: flex-end;
}

#sTheme:focus {
    border: 1.5px solid #129FEA;
    outline: 0;
}

#tuser {
    cursor: pointer;
    opacity: 0.5;
    margin-left: 7%;
    padding: 2px;
    width: 20px;
    height: 20px;
}

.pa-author:hover #tuser {
    opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
    #sTheme {
        width: 100%;
    }

    #s-block {
        float: right;
        justify-content: center;
    }
}