.cke_galleries {
    width: 100%; height: 150px;
    border: 1px dotted #000000;
    margin: 10px;
    display: block;
    background: url('../images/placeholder.png') no-repeat center center;
}

.cke_galleries_dialog {
    height: 390px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cke_galleries_dialog__table {
    width: 100%;
}

.cke_galleries_dialog__loading {
    text-align: center;
}