.app_Text ul {
    list-style-position: outside;
}

.app_Text {
    overflow-y: auto;
}

.app_Text .editor {
    border: none;
    background: transparent;
    font-family: Monaco, monospace;
    font-size: 14px;
}

.app_Text .editor:active,
.app_Text .editor:focus {
    border:none;
    outline:none;
}