.banner {
  background-color: var(--tint-color);
  color: white;
  font-weight: bold;
}

.maintext {
  color: var(--tint-color);
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

.title {
  font-size: xx-large;
}

.banner > button {
    border-color: white;
}

label {
    color: var(--tint-color);
    font-size: large;
}

input[type=text], textarea {
  border: 2px solid black !important;
  border-radius: 4px  !important;
  font-size: large;
}

input[type="checkbox"] {
  display: inline;
  min-width: 25px;
}

.fill-width {
    width: 100%;
    box-sizing: border-box;
}

.vspace {
  height: 50px;
}

.vspace-small {
  height: 25px;
}

textarea {
  height: auto;
}