.table{
    clear: both;
    float: left;
}
.table .table-head{
    float: left;
    width: 100%;
}
.table .table-body{
    float: left;
    width: 100%;
}
.table .table-fila {
    width: 100%;
    float: left;
}
.table .table-field{
    float: left;
    width: 100%;
}
.table .table-cell{
    float: left;
    word-wrap: break-word;
    min-height: 1px;
}
