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

.ffs-ib th.sorting_desc { 
    background: #ddd url(../images/sorting/desc.gif) no-repeat center right; 
    padding-right: 17px;
    cursor: pointer;
    cursor: hand;
}
.ffs-ib .player {
    float: left;
    margin-right: 5px;
    border-radius: 2px;
}
.ffs-ib .first-name {
    display: block;
    color: #555;
}

.ffs-ib img {
    vertical-align: middle;
}

.ffs-ib .latest-news {
    width: 300px;
    color: #555;
}

.ffs-ib-key img, .ffs-ib .team img {
    margin-right: 2px;
    vertical-align: middle;
}

ul.ffs-ib-key {
    padding: 0;
    margin: 10px 0 20px 0;
}
ul.ffs-ib-key li {
    background: none;
    border-left: 1px dotted #ccc;
    display: inline;
    padding: 0 0 0 5px;
    margin-left: 5px;
    font-size: 85%;
}
ul.ffs-ib-key li:first-child {
    border: none;
    padding: 0;
    margin: 0;
}
ul.ffs-ib-key .status {
    margin-right: 0;
}

.ffs-ib-widget-content {
    font-size: 92%;
}
.ffs-ib-widget-content tbody td {
    vertical-align: middle;
}
.ffs-ib-more {
    margin: 10px 0;
    font-size: 92%;
}