



.table-striped tbody tr.style-as-odd-row {
    background-color: rgba(0, 0, 0, 0.05);

}
.table-striped tbody tr.style-as-even-row {
    background-color: rgba(0, 0, 0, 0);
}

.text-white .table .thead-dark th {
    background-color: #212121;
    border-color: #151515;
}
.text-white .table .thead-light th {
    /*color: #495057;*/
    background-color: #989B9E;
    border-color: #b4b7ba;
}



.text-white .table th,
.text-white .table td {
    border-top: 1px solid #696d71;
}

.text-white .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.text-white .table-striped tbody tr.style-as-odd-row {
    background-color: rgba(255, 255, 255, 0.05);
}
.text-white .table-striped tbody tr.style-as-even-row {
    background-color: rgba(0, 0, 0, 0);
}

.text-white .table {
    color: white;
}