.viva-table {
}

.viva-table thead th {
  background: #f2f2f2;
}

.viva-table tbody tr:nth-child(even) td {
  background: #f7f7f7;
}

.viva-table tbody tr:nth-child(odd) td {
  background: #fff;
}

.viva-table .viva-srno,
.viva-table th.viva-srno {
  width: 70px;
  text-align: center;
  color: #444;
  font-variant-numeric: tabular-nums;
}
