.console {
  height:100px;
  width:100%;
  background:black;
  color:white;
  border:0px;
  font-family: monospace;
}
.book .book-body .page-wrapper .page-inner section.normal .ace_editor {
height: 100px;
font-family: "Menlo",monospace;
font-size:14px;
}

.book .book-body .page-wrapper .page-inner section.normal .ace_editor * {
  font-family: "Menlo",monospace !important;
}