@import url(index.css);

.b-article h2{
	padding:1em 0 .5em 0;
}
.b-article ul{
	padding-left:2em;
}
.b-article ul li{
	list-style:disc;
}
.b-article pre{
	font-size:1.2em;
	margin:.5em 0;
}
.b-article p{
	margin:.5em 0;
}
p.b-article-info{
	margin-top:0;
}
ul.b-article-context li{
	list-style:none;
}

.b-linenumber{
  color:#990000;
  float:left;
  display:block;
  width:2em;
  margin-right:1em;
  text-align:right;
  padding-right:2px;
  background:#eee;
  border-right:1px solid #777;
}
.b-comment{
  color:#777;
}
.b-this, .b-function, .b-var, .b-if, .b-else, .b-for, .b-return{
  font-weight:bold;
  color:#02458B;
}
.b-quote{
  color:green;
}
