body:not(.page-civicrm-profile).page-civicrm #header .navigation {
  display: none;
}

.page-civicrm #main form input[type="submit"] {
  padding: 0 0 0 18px;
}

.crm-row-crm-address-element-wrapper, .crm-row-crm-address-element-wrapper {
  visibility: hidden;
}

.crm-container .crm-section .label,
.crm-container-snippet .crm-section .label,
.crm-container .form-layout-compressed td.option-label,
#crm-container .form-layout td.label,
#crm-container .form-layout-compressed td.label {
  text-align: left;
}

#crm-main-content-wrapper textarea {
  width: 100%;
  padding: 0 !important;
}

.not-logged-in #user-profile-form #editrow-street_address-2,
.not-logged-in #user-profile-form #editrow-city-2,
.not-logged-in #user-profile-form #editrow-postal_code-2,
.not-logged-in #user-profile-form #editrow-country-2,
.not-logged-in #user-profile-form #editrow-state_province-2 {
  display: none;
}
