input:not([type="submit"]):not([type="file"]):not([type="button"]), select {
    color:black;
}
input:not([type="submit"]){
}

label {
    margin-bottom: 7px;
}

.form-field.submit {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gdlr-item {
}

.findACenterDiv {
width: fit-content;
display:inline-block;
}
.facility {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  width: fit-content;
}
