
.attribute-set-col {
    display: block;
    float: left;
    margin-left: 2.127659574%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31.9149%;
}

.edit-attribute-set,
.attribute-set-col:first-child {
    margin-left: 0;
}

.attribute-set-tree {
    margin-top: 5px;
    overflow: auto;
    height: 400px;
    width: 100%;
}

.attribute-set:before,
.attribute-set:after {
    content: "";
    display: table;
}
.attribute-set:after {
    clear: both;
}

.admin__scope-old .fieldset-wrapper>.fieldset-wrapper-title,
.admin__scope-old .fieldset>.legend {
    position: static;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-bottom: 1px solid #cac3b4;
    margin: 0 0 18px;
}

.admin__scope-old .fieldset-wrapper>.fieldset-wrapper-title {
    float: none;
}