.table {
    padding-bottom: 100px;
}

.table--collapsed {
    border-collapse: collapse;
}

.table__item {
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
}

.table__item:hover {
    background-color: rgb(140, 176, 177);
}

.table__item--noBorder {
    text-align: justify;
    padding: 4px;
}

.table__data {
    background-color: rgb(110, 183, 185);
}

.table__header {
    background-color: cadetblue;
}

.table__header--bottomBorder {
    text-align: justify;
    border-bottom: 2px solid grey;
}

.table__container {
    overflow-x: auto;
}




