/* 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%;
}

.tableInformation.table tr td{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}