.cke_button__nmvideo .cke_button_icon,
.cke_button__nmimage .cke_button_icon {
    /* 2016-11-09 DWR: Because the stylesheet is in /admininc and we want the icons from the "moono" skin that we use on the CKEditor, we need to get the image from SharedJS - TODO: Change to live */
    background: url("https://sharedjs.nmspace.net/ckeditor/4.5.11/skins/moono/icons.png") no-repeat 0 0 !important;
}

.cke_button__nmvideo .cke_button_icon { background-position-y: -576px !important; }
.cke_button__nmimage .cke_button_icon { background-position-y: -695px !important; }

.cke_dialog .cke_resizer { visibility: hidden; } /* 2016-11-09 DWR: The resizing doesn't really work on our plugins' dialogs so disable it */

.cke_dialog .cke_dialog_body .cke_dialog_close_button { right: 10px; }

.cke_dialog .cke_dialog_body table.cke_dialog_contents .cke_dialog_page_contents {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}