.tool-multiwrapbox {
    position: relative;
    overflow: hidden;
}

.tool-multiwrapbox .multi-text {
    float: right;
    margin-left: -5px;
    width: 100%;
    /*word-break: break-all;*/
}

.tool-multiwrapbox::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
}

.tool-multiwrapbox .multi-text_after {
    float: right;
    text-align: right;
    width: 9em;
    margin-left: -9em;
    position: absolute;
    left: 100%;
    padding-right: 5px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(21%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 21%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 21%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 21%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 21%, white);
}

.tool-multiwrapbox .op-btn {
    font-weight: 600;
    cursor: pointer;
}

.tool-multiwrapbox .op-btn.op-collapse {
    display: inline-block;
    margin: 0 0 0 15px;
}

.tool-multiwrapbox.reset-style {
    height: auto !important;
}

.tool-multiwrapbox .multi-text_after.reset-style {
    top: auto !important;
    bottom: 0 !important;
}
