.table {
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    background-color: #eeeeee;
}

.h{
    font-weight: bold;
}

.h .td {
    background-color: #dddddd;
}