nv-datetest {
  display: flex;
}
nv-datetest label {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  font-weight: bold;
}
nv-datetest input {
  font-weight: normal;
  padding: var(--spacing-2);
  border-radius: var(--spacing-1);
  border: 1px solid #ccc;
}