.report-editor-container {
    padding: 0px;
    margin: 0px;
}

.report-editor-instance {
    position: absolute;
    top: 28px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    border: 1px solid teal;
    border-radius: 0px 0px 5px 5px;
}