.redux-buttons-groups{}
.redux-buttons-groups .redux-buttons-group{
    margin-bottom: 10px;
}
.redux-buttons-groups .redux-buttons-group .redux-field .ui-accordion-header{
    border: 1px solid #dfdfdf;
    cursor: move;
    font-weight: bold;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    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(to bottom, #f9f9f9, #ececec);
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    text-align: center;
    margin-bottom: 0;
}
.redux-buttons-header{
    min-height: 14px;
    display: inline-block;
}