.nas {
  color: rgb(17, 17, 17);
  margin: 20px 0;
}

.nas__search-input {
  border-radius: 6px;
  border: 2px solid #ccc;
  font-size: 1.5rem;
  margin-bottom: 12px;
  max-width: 400px;
  padding: 12px 8px;
  width: 100%;
}

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

.nas__results-table th {
  background: #007342;
  color: #fff;
  font-weight: bold;
  padding: 1em;
}

.nas__results-table th,
.nas__results-table td {
  border: 2px solid #ccc;
}

.nas__results-table td {
  padding: 0.5em 1em;
}

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

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