﻿
.cke_toolbar_break {
    display: none !important;
    clear: left;
}
 

.cke_notification_info {
    margin-top: 10px;
    background: #3f9bb1;
    padding: 10px;
    max-width: 400px;
    display: flex;
    border-radius: 5px;
    color: white;
}

.cke_label {
    font-weight: bold;
    width: 25px;
    height: 25px;
    text-align: center;
    background: white;
    border-radius: 50%;
    display: inline-block;
    padding: 2px;
}
 

#cke_77 {
    display: none;
}
