.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ca2f2a;
    color: rgb(255, 240, 240);
}

.table-striped > thead > tr:nth-child(odd) > th {
    background-color: #ca2f2a;
    color: rgb(255, 240, 240);
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: rgb(255, 240, 240);
}

.table {
    overflow: scroll;
}

div#table {
    max-height: 55vh;
    white-space: nowrap;
}

.header-fixed {
    width: 100%
}

.table-responsive {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}

