#views-exposed-form-therapist-index-page input {
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 144px;
}
#views-exposed-form-therapist-index-page select {
  padding: 0 5px;
  margin: 1px 0;
  height: 24px;
  line-height: 24px;
}
#views-exposed-form-therapist-index-page input.form-submit {
  width: auto;
  border: 1px solid #666;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.view-therapist-index .therapist-profession {
  font-size: 1.05em;
  font-weight: bold;
}

.node .field-name-field-therapist-profession {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}