

#widget-editor {
    float: left;
    width: 300px;
    border: dashed 1px grey;

}

#widget-editor > div {
    border: dashed 1px grey;
}

.bolius-root {
    float: left;
    width: 300px;
}

#widget-result {
    float: left;
}

#code-html {
    width: 600px;
    height: 300px;
}

.select2 {
    width: 100%;
}