body {
    background-color: unset;
}


/* table {
  border-collapse: collapse;
  width: 100%;
} */

th,
td {
    text-align: left;
    padding: 8px;
}

tbody>tr:nth-child(even) {
    background-color: #f2f2f2 !important
}

tbody>tr:nth-child(odd) {
    background-color: #fff !important
}


/* th {
background-color: #2f3439;
color: white;
} */