@mixin bwc-tables-table {

    display:            table;
    width:              100%;
    table-layout:       fixed;
    border-collapse:    collapse;
    border-spacing:     0;
}
