div#__DNM_EDITOR{ z-index: 200000;}

h1 {
  font-size: 22pt;
}

.underline {
  border-bottom: 3px solid #C44;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

p.rel {
  padding-left: 2em;
  text-indent: -2em;
}

div.border {
  border: 1px solid black;
  padding: 3px;
}

code {
  font-family: courier, monospace;
  font-size: 90%;
  color: #144;
}

pre.code {
  margin: 1.1em 12px;
  border: 1px solid #CCCCCC;
  color: black;
  padding: .4em;
  font-family: courier, monospace;
}

.warn {
  color: #C00;
}

.CodeMirror-line-numbers  {
background-color:#EEEEEE;
color:#AAAAAA;
font-family:monospace;
font-size:10pt;
padding:4px 0.3em 4px 0;
text-align:right;
width:2.2em;
}

.container-fullscreen {
position:fixed;
top:0px!important;
left:0!important;
background-color:#fff!important;
z-index:1000;
width:100%;
height:100%;
}

.container-fullscreen iframe{
width:100%;
height:100%;
}

.noscroll_IE{overflow: hidden; overflow-y:hidden;}
.noscroll_FF{overflow-y:hidden;}

