div.ace-editor-wrapper {
    height:400px;
    border:1px solid #ccc;
    border-radius:6px 6px 6px 6px;
    box-shadow:0 1px 1px #ccc inset;
}
div.ace-editor {
    height:400px;
}