.ck-button .ck-content {
    margin: 0 !important;
}

.ck.ck-list {
    max-height: 200px;
    overflow-y: auto;
}

.ck.ck-button.slashes33 .ck.ck-button__label::before {
    content: "/// ";
    color: #CC0052;
}

.ck.ck-button.slashes33 .ck.ck-button__label::after {
    content: " ///";
    color: #CC0052;
}

.ck.ck-button.slashes10 .ck.ck-button__label::before {
    content: "/ ";
    color: #CC0052;
}

.ck.ck-button.slashes01 .ck.ck-button__label::after {
    content: " /";
    color: #CC0052;
}

.ck.ck-button.slashes20 .ck.ck-button__label::before {
    content: "// ";
    color: #CC0052;
}

.ck.ck-button.slashes02 .ck.ck-button__label::after {
    content: " //";
    color: #CC0052;
}

.ck.ck-button.slashes30 .ck.ck-button__label::before {
    content: "/// ";
    color: #CC0052;
}

.ck.ck-button.slashes05 .ck.ck-button__label::after {
    content: " /////";
    color: #CC0052;
}