.cqb_parent {
    position: relative;
}

    .cqb_parent .cqb_redactor {
        display: none !important;
        position: absolute;
        cursor: pointer;
        text-align: center;
    }

        .cqb_parent .cqb_redactor span {
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-radius: 2px;
        }

    .cqb_parent .cqb_redactor {
        padding: 1px 0;
        opacity: .7;
    }

        .cqb_parent .cqb_redactor:not(.cqb_disable):hover {
            opacity: 1;
        }

    .cqb_parent .cqb_dec span {
        border-top: 6px solid #999999;
    }

    .cqb_parent .cqb_inc span {
        border-bottom: 6px solid #999999;
    }

    .cqb_parent.cqb_active .cqb_redactor,
    .cqb_parent.cqb_active .cqb_redactor span {
        display: inline-block !important;
    }

    .cqb_parent .cqb_redactor.cqb_disable {
        opacity: .3;
        cursor: default;
    }
