.nok-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 10px;
  overflow: hidden;
}
.nok-table th {
  padding: 12px 16px;
  font-weight: 600;
  text-align: left;
}
.nok-table td {
  padding: 12px 16px;
  vertical-align: top;
}
.nok-table tr.gray td {
  background: #E3E1E1;
}
.nok-table tr:nth-child(even):not(.gray) td {
  background: #B0C9FC;
}/*# sourceMappingURL=style.css.map */