/**artical code block**/
div.codecopyright
{
font-size:9px;
background-color:#f0f0f0;
margin:10px;
border: 1px solid #bdbdbd;
padding:5px;
}


div.codeformatted {
color:rgb(255, 255, 255);
display:block;
font-family:Consolas, Inconsolata, monospace;
font-size:22px;
height:52px;
line-height:26px;
overflow-x:auto;
overflow-y:auto;
padding-bottom:10px;
padding-left:30px;
padding-right:30px;
padding-top:10px;
text-size-adjust:100%;
white-space:nowrap;
width:1485.3px;
}


/******************* dax 美化器 *********/
.daxmodal {position:fixed;bottom:1%;right:1%; font-family::sans-serif, Consolas, Inconsolata, monospace;}
.daxdiv {display:none; height:300px;width:600px; top: 0; bottom: 0;}
.daxwrapper {height:500px;width:500px; position: relative; display:none;}
	#btn_hidediv {display:none;}
      .inputpanel {height:40%;padding-left:10px;}
	.btnpanel {width:10%;top: 5%; right:0; position: absolute; }
	    .daxinput {width:84%; height:60%;margin: 0.1em;}

.result {display:none; float:left; margin:25px 0 0 0; width:90%;}
.result .lines { float: left; width:50px; overflow: hidden; padding:1px 0 5px 0 }
.result .lineno {  padding: 0 0.5em 0 0; text-align: right; white-space: nowrap; }

.awsome {background:#333; color:#fff;}
.goodie {background:#eee; color:#333;}
.awsome .result {overflow: y-scroll;}
.awsome .result .Keyword {color:#28B4E1 !important;}
.awsome .result .StringLiteral {color:#E44  !important;}
.awsome .result .Number {color: #EE7F18 !important;}
.awsome .result .Parenthesis {color:#636363 !important; /* #28B4E1 */}
.awsome .result .Comment {color:#86C573 !important;}
.awsome .result .Variable {color:#49b0af !important;}

.awsome .result .indent8 { border-right:1px solid #4d4d4d; }



.goodie .result {overflow: y-scroll;}
.goodie .result .Keyword {color:#0070FF !important;}
.goodie .result .StringLiteral {color: #D93124 !important;}
.goodie .result .Number {color: #EE7F18 !important;}
.goodie .result .Parenthesis {color:#969696 !important; /* #D0D0D0 #0070FF */}
.goodie .result .Comment {color:#108313 !important;}
.goodie .result .Variable {color:#49b0af !important;}