/* CSS for global tables */
.tableHead { text-align: center; }
.tableItem {
    display: table-cell;
    vertical-align: middle !important;
    height: 100%;
}
.tableItemCenter {
    text-align: center;
    /* Middle Text */
    display: table-cell;
    vertical-align: middle !important;
    height: 100%;
}
.table-striped tbody tr{ background-color: #ffffff; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #e5e5e5; }
.table { color: var(--fore-color); }
.tableInformation.table tr td{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.tableInformation.table tbody td:nth-child(odd) { border-right: 1px solid #777777; }