.tableContainer {
    overflow-x: auto;
}

.table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    min-width: 600px;
}

.table__title {
    background-color: indianred;
    color: #fff;
    font-size: 20px;
}

.table__cell {
    border: 1px solid #aaa;
    padding: 15px;
    text-align: center;
}
    
.table__cell--header {
    background-color: #e37d7d;
    color: #fff;
    font-weight: normal;
}
    
.table__cell--rowHeader {
    background-color:#eb141444;
    color: rgb(0, 0, 0);
}