#target {
text-align: left;
width: 100%;
height: 100%;
}
#turn_wrapper {
z-index: 100;
}
.CodeMirror-code pre {
box-shadow: none;
}
.CodeMirror {
border: 1px solid #eee;
height: auto;
}
.CodeMirror-scroll {
overflow-y: hidden;
overflow-x: auto;
}