﻿.table, .table * {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-tr {
    display: table-row;
    height: 30px;
}

.table-th {
    display: table-cell;
    font-weight: bold;
    height: 100%;
    border: 1px solid #dce0e0;
    text-align: center;
    vertical-align: middle;
    min-height: 30px;
    height: 50px;
    color: #68747f;
}

.table-td {
    display: table-cell;
    height: 100%;
    border: 1px solid #dce0e0;
    text-align: center;
    vertical-align: middle;
    min-height: 30px;
    height: 50px;
    color: #68747f;
    padding:0.5rem;
}
