body {
  background-color: #f5f5f5;
}



.edit-own-profile {
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}

.node-therapist-edit-form input {
  border: 1px solid #999;
}

.node-therapist-edit-form label {
  margin-right: 1.3rem;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.node-therapist-edit-form .js-form-item label {
  font-size: 1rem;
}

.fieldset-legend {
  font-size: 1.3rem;
  text-transform: uppercase;
}

summary {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.node-therapist-edit-form #edit-submit,
.node-therapist-edit-form #edit-preview {
  /* margin-bottom: 200px; */
}


li.nav-item a {
  color: #777777;
}

li.nav-item a:hover {
  color: #444444;
}

li.nav-item a.active {
  color: #222;
}