#editor-data {
    position: relative;
    width: 100%;
    height: 200px;
}

#editor-state {
    position: relative;
    width: 100%;
    height: 200px;
}

#editor-settings {
    position: relative;
    width: 100%;
    height: 100px;
}

#editor-state-viewer {
    position: relative;
    width: 100%;
    height: 200px;
}

#editor-event-viewer {
    position: relative;
    width: 100%;
    height: 200px;
}

#iframe {
    background-color: #ffffff;
}

.full-screen-iframe {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: none;
    overflow: hidden;
    z-index: 999999;
}