#questions {
  max-width: 500px;
  min-height: 800px;
  flex-wrap: nowrap !important;
}

#WebFormPanel {
  padding: 5px;
  margin: 5px;
}

button[title="Toggle navigation"] {
  display: none;
}

.alert-danger {
  background-color: #ff9030;
  border-color: #ff9030;
}

.progress-bar {
  background-color: #73a988;
}

input[type="radio"] {
  accent-color: #73a988;
}

.validation-summary a {
  color: #000 !important;
}

.navbar {
  min-height: 90px !important;
}