/* Target the 4th and 5th columns */
.tbstriped tr td:nth-child(4),
.tbstriped tr th:nth-child(4),
.tbstriped tr td:nth-child(5),
.tbstriped tr th:nth-child(5) {
  white-space: nowrap;
}
.tbstriped {
border: 0;
}

form { display: flex; gap: 4px; margin: 1rem 0; }

.form-submit#edit-submit-nois { border-radius: 5px; background: rgb(84, 103, 118); }

.tbstriped th {
border: none;
}

.tbstriped tbody td {
border-left: 1px solid #D9D9D9;
border-bottom: none;
border-collapse: collapse;
}