.user-action {
  cursor: pointer;
  position: relative;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 1px 3px;
  background: #33d432;
  margin: 3px;
}

.user-action-processing {
  background: #40c412;
  background: url(/misc/throbber.gif) no-repeat right -15px;
  /*padding-right: 17px;*/
}
.user-action.action-done {
  background: #ccc;
}
.user-tooltip {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 100;
  background: white;
  padding: 3px 6px;
  border: 1px solid #666;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
  min-width: 200px;
}

#user-profile-form input[type=text] {
  max-width: 100%;
  box-sizing: border-box;
}
.not-logged-in .form-item-mail,
.password-strength,
.password-suggestions {
  display: none !important;
}
#autocomplete {
  max-width: 100%;
  box-sizing: border-box;
}