table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: var(--darkerblack_bg_black);
}
table.table td {
    border-color: var(--stroke_black);
    padding: 10px;
}