#tableContainer {
    position: relative;
    width: 100%;
    height: auto;
}

#table,
#pivotTable {
    width: 100%;
    max-width: 1200px;
}

#table {
    height: 500px;
}

#table .smart-table-filter-row>td.no-filter {
    opacity: 0;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.material-icons {
    font-size: 23px;
    cursor: pointer;
}

#addNewRow {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 1;
}

#pivotTable {
    margin-top: 15px;
}