#shared-content-filter-form .fieldset-wrapper {
  overflow: hidden;
}
#shared-content-filter-form .fieldset-wrapper .form-item {
  width: 25%;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 25px;
}
#shared-content-filter-form .fieldset-wrapper .form-item input,
#shared-content-filter-form .fieldset-wrapper .form-item select {
  width: 100%;
}

.shared .form-item.form-type-checkbox {
  position: relative;
}
.shared .form-item.form-type-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent none;
  z-index: 10;
}
.shared .form-item.form-type-checkbox input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
}
#shared-content-form .marker a {
  color: inherit;
}
#shared-content-form .marker a:hover {
  text-decoration: underline;
}

.form-item-shared-content-notify select {
  width: 200px;
  height: 230px;
}
.form-item-shared-content-notify {
  display: none;
}
.form-item-shared-content-notify.active {
  display: block;
}

#shared-content-update-form {
  margin-bottom: 30px;
}

#shared-content-update-form .form-item {
  margin-bottom: 0;
  padding-bottom: 0;
}