/* Bump up the font-size of code in Oxygen's code areas from the default 13px to 18px */
.oxygen-sidebar-code-editor-wrap .CodeMirror {
  font-size: 16px !important;
}
