.code {
	border-style: solid;
	border-width: 1px;
	padding: 0em 1em 1em 1em;
	overflow: auto;
	display:inline-block;
	width: 98%;
}
.code pre {
  	display: block;
	margin: 0 auto;
	padding: 0;
}

.right {
	text-align: right;
}

.tree a {
  display: inline-block;
}
.tree h1 {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  font-size: 100%;
}
.tree ul {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
.tree ul li {
  margin: 0 0 0 0.5em;
  padding: 0;
  border-left: 1px solid #999;
  zoom: 1;
}
.tree ul li:before {
  margin-right: 0.5em;
  border-bottom: 1px solid #999;
  float: left;
  width: 1em;
  height: 0.75em;
  overflow: hidden;
  content: "";
}
.tree ul li:last-child {
  border: none;
}
.tree ul li:last-child:before {
  border-left: 1px solid #999;
}
.tree ul li ul {
  margin-left: 1.5em;
}

