table caption::before {
    counter-increment: table;
    content: "Table " counter(table) ". ";
}
table {
    width: 100%;
}
