.div-toolbar {
    display: flex;
    justify-content: flex-start;
    padding: 7px 2px 7px 2px;
    max-width: 1180px;
}

.div-toolbar>button {
    margin: 0 0 0 10px;
    cursor: pointer;
    min-height: 35px;
}

.buttonLink {
    /* think this is not used */
    font-size: 6.8rem;
    font-weight: 500;
    color: aqua;
    outline: 1px solid silver;
    user-select: none;
}

.buttonLink:hover {
    /* think this is not used */
    text-decoration: underline;
    background-color: rgb(240, 233, 144);
}


.editor-button-link {
    font-size: 0.8rem;
    font-weight: 400;
    color: azure;
    user-select: none;
}

.editor-button-link:hover {
    color: aqua;
    text-decoration: underline; 
    text-underline-offset: 4px;   
    cursor: pointer;
}

.editor-button-link-2 {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--color-link);
    user-select: none;
    margin-left: 22px;
    margin-top: 2px;
}

.editor-button-link-2:hover {
    color: var(--color-link-highlighted);
    text-decoration: underline; 
    text-underline-offset: 4px;   
    cursor: pointer;
}