code{
	background-color: #f9f0f2;
	border-radius: 2px;
	color: #cb1a2a;
	font-family: consolas, monospace, courier;
	font-size: 13px;
	padding: 0 2px;
}

a code{
	background-color: #f2f9ff;
	color: #0084FF;
}

a:hover code{
	background-color: #0084FF;
	color: #fff;
}

a.code{
	text-decoration: none;
}

pre.nows{
	white-space: normal;
}

.note,
.smp-Note{
	background: #f4f3e8;
	border: 1px solid #c8c2a7;
	border-width: 1px 0;
	margin-bottom: 16px;
	padding: 12px 15px;
}

.note p:last-child,
.smp-Note p:last-child{
	margin-bottom: 0;
}

.toc{
	background: #f4f3e8;
	float: right;
	padding: 12px 18px;
	margin-bottom: 20px;
	margin-left: 20px;
	min-width: 160px;
}

.toc ul{
	margin: 0;
}

.toc span{
	margin-right: 3px;
}

.toc a{
	color: #756d45;
}

.smp-Grid{
	background-color: #eee;
	color: #6d6b55;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 24px;
	text-align: center;
}

.smp-Sample{
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	padding: 10px 10px 15px;
}

.smp-Sample > *:last-child{
	margin-bottom: 0;
}

.smp-Sample:before{
	color: #bbb;
	content: "Example";
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.smp-Sample-code{
	border: 1px solid #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-width: 0 1px 1px;
	margin-bottom: 16px;
}

.smp-Sample-code .wd-Tab-navs,
.smp-Sample-code .tab-navs{
	padding-left: 10px;
	padding-right: 10px;
}

.smp-Sample-code pre{
	border-color: #ddd;
	border-bottom-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 0;
	margin-left: -1px;
	margin-right: -1px;
}

.smp-Sample-code .wd-Tab-pane pre,
.smp-Sample-code .tab-pane pre{
	border-bottom-width: 1px;
	border-radius: 3px;
	margin: 10px;
}

svg{
	vertical-align: middle;
}