/* Force exhibitor detail window to 950px width */
#window-exhibitor-detail {
    width: 950px !important;
    max-width: 950px !important;
    min-width: 950px !important;
}

.editor-window#window-exhibitor-detail {
    width: 950px !important;
}

/* Prevent resize for exhibitor detail window */
#window-exhibitor-detail .window-resize {
    display: none !important;
}