.user-form  .form-actions,
.node-form  .form-actions,
.rotary-user-favorite-form .form-actions,
.cols-3-form .form-actions,
.rotary-document-category-form .form-actions,
.rotary-document-category-rearrange-form .form-actions,
.taxonomy-term-district-form .form-actions,
.taxonomy-term-country-form .form-actions,
.taxonomy-term-form .form-actions,
.rotary-management-form .form-actions,
.rotary-meeting-subscription-form .save.top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  background: #0f0f0f;
  margin: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
}
.user-form .form-actions .button,
.node-form .form-actions .button,
.rotary-user-favorite-form .form-actions .button,
.cols-3-form .form-actions .button,
.rotary-document-category-form .form-actions .button,
.rotary-document-category-rearrange-form .form-actions .button,
.taxonomy-term-district-form .form-actions .button,
.taxonomy-term-country-form .form-actions .button,
.taxonomy-term-form .button,
.rotary-management-form .form-actions .button,
.rotary-meeting-subscription-form .save.top .button {
  text-shadow: none;
}

.rotary-meeting-subscription-form .save.top .chosen-container .chosen-drop {
  top: auto;
  bottom: 100%;
  border-top: 1px solid #005daa;
  border-bottom: 0;
  padding-bottom: 5px;
  padding-top: 0;
  margin-bottom: -1px;
  margin-top: 0;
}

.rotary-meeting-subscription-form .save.top .form-status-message {
  position: absolute;
  bottom: 100%;
}

.rotary-meeting-subscription-form .save.top .form-status-message .messages {
  margin: 0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
