html {
  scroll-behavior: smooth;
}

table.contacts td {
    word-wrap: break-word;
    max-width: 1px;
}
table.contacts tr th {
  width: 20%;
}
table.contacts tr td {
  width: 80%;
}
.questionare {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline-start: 10px;
}
.questionare >div {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.questionare >div[hidden]{
  display: none;
}
.questionare label {
  width: 10em;
}
button.default{
  color: red;
}
body {
  font-family: "trebuchet ms", arial, sans serif;
  width: 99%;
  margin: auto;
  /* display: contents; */
}
:required {
  border: 1px solid red;
}
h1 {
  text-align: center;
}

.visited {
  color: red; /* this is overriden in "visited" phone numbers */
  font-weight: bold;
}
 