.text_area_editor body {
 font-family: Droid Sans, Arial, sans-serif;
 border-width:0;
 line-height:14px;
 margin:0 0 0 0;
 padding:0 0 0 0;
 white-space:nowrap;
}

.text_area_editor .CodeMirror-line-numbers
{
 margin:0;
 padding:0;
}

.text_area_editor .CodeMirror-line-numbers div
{
  font-family:Droid Sans Mono, Courier New;
  font-size:14px;
  font-weight: bold;
  line-height:16px;
  color:#A2A2A2;
  padding-right:5px;
}

.text_area_editor h1 {
  letter-spacing: -3px;
  font-size: 3.23em;
  font-weight: bold;
  margin: 0;
}

.text_area_editor h2 {
  font-size: 1.23em;
  font-weight: bold;
  margin: .5em 0;
  letter-spacing: -1px;
}

.text_area_editor h3 {
  font-size: 1em;
  font-weight: bold;
  margin: .4em 0;
}

.text_area_editor pre {
  font-family: Droid Sans Mono, Courier New, monospaced;
  background-color: #eee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 1em;
}

.text_area_editor pre.code {
  margin: 0 1em;
}

.text_area_editor .grey {
  font-size: 2em;
  padding: .5em 1em;
  line-height: 1.2em;
  margin-top: .5em;
}

.text_area_editor a:link, a:visited, .quasilink {
  color: #df0019;
  cursor: pointer;
  text-decoration: none;
}

.text_area_editor a:hover {
  color: #800004;
}

.text_area_editor ul {
  margin: 0;
  padding-left: 1.2em;
}

.text_area_editor a.download {
  color: white;
  background-color: #df0019;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.23em;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: .5em 0;
  margin-bottom: 1em;
}

.text_area_editor a.download:hover {
  background-color: #bb0010;
}

.text_area_editor .rel {
  margin-bottom: 0;
}

.text_area_editor .rel-note {
  color: #777;
  font-size: .9em;
  margin-top: .1em;
}

.text_area_editor .logo-braces {
  color: #df0019;
  position: relative;
  top: -4px;
}

.text_area_editor .blk {
  float: left;
}

.text_area_editor .left {
  width: 37em;
  padding-right: 6.53em;
  padding-bottom: 1em;
}

.text_area_editor .left1 {
  width: 15.24em;
  padding-right: 6.45em;
}

.text_area_editor .left2 {
  width: 15.24em;
}

.right {
  width: 20.68em;
}

.text_area_editor .leftbig {
  width: 42.44em;
  padding-right: 6.53em;
}

.text_area_editor .rightsmall {
  width: 15.24em;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.text_area_editor .clear { display: inline-block; }
/* start commented backslash hack \*/
*.text_area_editor html .clear { height: 1%; }
.text_area_editor .clear { display: block; }
/* close commented backslash hack */
