| 
#mSourceWindow {text-align:left;
 z-index:10;
 position:absolute;
 top:0;
 left:0;
 background: rgb(22,22,22);
 background: rgba(22,22,22,0.95);
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-family: monospace;
 color: #9E9E9E;
 font-style: normal;
 font-variant: normal;
 font-weight: 400;
 line-height: 11px;
 letter-spacing: 1.5px;
 }
 
 a.mBtn{
 display: block;
 color: #9E9E9E;
 font-size: 18px;
 margin-top: 3px;
 text-decoration: none;
 float: right;
 margin-right: 8px;
 }
 
 .variable {
 color: #616161;
 }
 
 .variable2 {
 color: #607d8b;
 }
 
 .keyword {
 color: #6d4c41;
 }
 
 .constant {
 color: #9e9e9e;
 }
 
 .docComment {
 color: #0d47a1;
 }
 
 .operator {
 color: #ff8a65;
 }
 
 .comment {
 color: #33691e;
 }
 
 .string {
 color: #f39c12;
 font-weight:bold;
 }
 
 .text {
 color:#000000;
 }
 
 .tag {
 color:#6d4c41;
 }
 
 .attribute {
 color:#607d8b;
 }
 
 .value {
 color:#616161;
 }
 |