.redux-container-group {
  padding: 15px 20px;
  margin-bottom: 7px;
  padding-top: 0;
}
.redux-container-group h4 {
  margin: 5px 0px 0px 0px;
}
.redux-container-group h4:first-child {
  margin-top: 0px;
}
.redux-container-group .description {
  margin: 5px 0 5px 0px;
}
.redux-container-group #redux-groups-accordion {
  width: 100%;
}
.redux-container-group .redux-groups-accordion-group {
  margin-bottom: 10px;
}
.redux-container-group .redux-groups-accordion-group > div {
  border: 1px solid #dfdfdf !important;
  border-radius: 3px !important;
  margin-top: 0px !important;
  padding: 10px;
}
.redux-container-group .redux-groups-accordion-group h3 {
  border: 1px solid #dfdfdf;
  cursor: move;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #f1f1f1;
  background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
  background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
  background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
  background-image: linear-gradient(top, #f9f9f9, #ececec);
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  text-align: center;
}
.redux-container-group .redux-groups-add {
  float: right;
}
.redux-container-group .redux-groups-add:after {
  clear: both;
}
.redux-container-group .redux-groups-remove {
  color: #ef521d !important;
  float: right;
  margin-top: 10px;
}
.redux-container-group .redux-groups-remove:after {
  clear: both;
}
.redux-container-group .redux-groups-header {
  font-weight: bold;
}
.redux-container-group .redux_groups_add_remove {
  margin-bottom: 10px;
}
