.table-full-width {
  width: 100%;
  border-collapse: collapse;
}

.table-full-width th,
.table-full-width td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
  color: #000 !important;
}

.table-full-width tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-full-width tr:nth-child(odd) {
  background-color: #ffffff;
}
