/* Erste Tabellenspalte im GFI ausblenden */
.table-wrapper td.firstCol {
    display: none;
}