table.tablesorter {
    position: relative;
    min-width: 470px;
    margin-top: 40px
}

table.tablesorter #tablefilter {
    position: absolute;
    right: 0;
    top: -35px
}

table.tablesorter .highlight {
    background-color: #ffff80;
    border: 0
}

table.tablesorter #tablefilter span {
    font-size: .93em;
    margin-right: .75em
}