table.rrze-preise {
     font-size:90%;
 }
.rrze-preise-filter label {
    display: inline-block;
    width: 200px;
}
.rrze-preise-filter button.reset_filter {
    margin-left: 30px;
}
th.tablesorter-header {
    padding-right: 15px;
}
th.tablesorter-header .tablesorter-header-inner:after {
    font-family: 'Font Awesome 5 Free', FontAwesome;
    content: "\f0dc";
    position: relative;
    padding-left: 5px;
;}
th.tablesorter-headerAsc .tablesorter-header-inner:after {
    content: "\f0de";
}
th.tablesorter-headerDesc .tablesorter-header-inner:after {
    content: "\f0dd";
}
th.tablesorter-headerUnSorted .tablesorter-header-inner:after {
    content: "\f0dc";
}