﻿
.table {
    display: table;
}

.table .row {
    display: table-row;
}

.table .row .cell {
    display: table-cell;
    padding: 1px;
}