.ace_editor {
    position: relative !important;
    border: none;
    margin: 0px;
    height: 99.9%;
    width: 100%;
}
.ace_gutter-cell.ace_breakpoint{
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0px 0px 1px 1px red inset; 
} 
.ace_gutter-cell.ace_breakpoint_cond{
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0px 0px 1px 1px green inset; 
} 
.abacusAceEdSavedLabel {
	color: blue;
}
.ace_editor {
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}