.content-block-wrapper{
    overflow: auto;
    width: 100%;
    border: 0;
    outline: 0;
}
.content-block{
    overflow-y: auto;
    white-space: pre;
    outline: none;
    width: 100%;
    min-height: 20rem;
    border: none;
    margin: 0;
}

.output-frame{
    width:100%;
    height: 100%;
    min-height: 20rem;
    overflow: auto;
    white-space: pre;
    font-family: initial;
    font-size: initial;
    font-weight: initial;
    background-color: #ffffff;
}