table.footable th,
table.footable td {
    border: 1px solid #333;
    padding: 2px;
}
#mouches table.footable-details tbody td:nth-child(2) { white-space: normal; }
table.footable table.footable-details > tbody > tr > th:nth-child(1) {
    width: auto;
}

table.footable tr.footable-empty { display: none; }
table.footable tfoot { border-top: 2px solid #333; }
table.footable tfoot tr.footable-paging td .footable-pagination-wrapper { text-align: center }
table.footable tfoot tr.footable-paging td .footable-pagination-wrapper .label { display: none }
table.footable tfoot ul.pagination > li > a,
table.footable tfoot ul.pagination > li > span {
    background: transparent;
    border: 2px solid transparent;
    color: #333;
    margin: 0 3px;
    padding: 1px 5px;
}
table.footable tfoot ul.pagination > li.disabled > a {
    color: #888;
}
table.footable tfoot ul.pagination > li.active > a {
    border-color: #333;
}
table.footable tfoot ul.pagination > li.active > a:hover {
    background: transparent;
}
table.footable .ui-shadow-inset {
    box-shadow: none;
}
table.footable th.ui-body-b {
    font-weight: bold;
}
table.footable .ui-body-b,
table.footable .ui-body-c,
table.footable .ui-body-d {
    background-image: none;
    background-color: transparent;
}
