#genilib-editor-body #genilib-editor
{
    width: 100%;
    height: 90%;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}

#genilib-editor-body #jacks-root
{
    display: none;
}

#genilib-editor-body #error-root
{
    display: none;
}

#genilib-editor-body #settings-root
{
    display: none;
}

#genilib-editor-body .edit-buttons
{
    padding-bottom: 10px;
}

#genilib-editor-body #jacks-container
{
    width: 100%;
    height: 400px;
    background-color: #fff;
}

#genilib-editor-body #error-root .panel-body
{
    background-color: #f5f5f5;
}

#genilib-editor-body .error-item > pre
{
    background-color: inherit;
    margin: 0;
    border-radius: 0;
    padding-right: 50px;
    border: 1px solid #f0f0f0;
}

#genilib-editor-body .error-item > button
{
    margin-top: 5px;
    margin-right: 5px;
}

#genilib-editor-body #settingsButton
{
    height: 34px;
}

