

/* PRE & Code Style */
pre {
	background:#E8E8E8;
	font-family:Consolas,monospace;
	margin-bottom:20px;
	overflow:scroll;
	padding:1px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
code { /* Inline code */
	background:#E8E8E8;
	font-family:Consolas,monospace;
	padding:1px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
a code {
	background:transparent;
	padding:0;
}
pre code {
	padding:0;
}
code { /* Code block (applied on pre or textarea) */
	background:#E8E8E8;
	border:0;
	font-family:Consolas,monospace;
	padding:2px 3px;
	width:99%;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

/* Demo */
.demo-code-box{
	margin-top: 20px;
	width: 240px;
}
.demo-code-box h5{
	font-weight: bold;
	font-size: 16px;
}
.demo-code-box pre{
	height: 160px;
}
.demo-code-box.btn-demo pre{
	height: 250px;
}
.demo-code-box.cutsom-code pre{
	height: 185px;
}
.update-effect-lnk{
	background: #0797D9;
	color: #fff;
	padding:10px 20px;
	margin-top: 30px;
}
.update-effect-lnk:hover{
	background: #626262;
}
.plug-in-fields p{
	padding: 0 0 10px 0;
}
.plug-in-fields label{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}