.ffs-st {
    background: #fff;
    border-bottom: 2px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    font-size: 92%;
}
.ffs-st thead th {
    background: none;
    border-top: 0;
    white-space: nowrap;
}
.ffs-st tbody tr {
    margin: 3px 0;
}
.ffs-st tbody tr:nth-child(odd) {
    background: #eee;
}
.ffs-st tbody td {
    border: none;
}
.ffs-st tbody td.team {
    font-weight: 300;
    font-size: 100%;
}
.ffs-st th {
    font-weight: bold;
}
.ffs-st th, .ffs-st td {
    padding: 3px 5px;
}
.ffs-st th.sorting_asc {
    background: #ddd url(../images/sorting/asc.gif) no-repeat center right;
    padding-right: 17px;
    cursor: pointer;
    cursor: hand;
}

.ffs-st th.sorting_desc {
    background: #ddd url(../images/sorting/desc.gif) no-repeat center right;
    padding-right: 17px;
    cursor: pointer;
    cursor: hand;
}
.ffs-st td {
    text-align: left;
}
