body {background-color: white;}

#wiki-wrapper.edit, #wiki-wrapper.create, #wiki-wrapper.page, #wiki-wrapper.results {
  margin: 0 auto;
  width: auto;
  overflow: visible;
  padding-left: 20px;
  padding-right: 20px;
}

#wiki-wrapper.results, #pages, #footer, .markdown-body {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 1em;

  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}

.tree li label, .tree li a {
  color: black;
}

.markdown-body ol {
	counter-reset: custom;
	list-style-type: none;
}

.markdown-body ol li:before {
	content: counter(custom, decimal)". ";
	counter-increment: custom;
	margin-right: 5px;
	font-weight: bold;
	margin-left: -21px;
}

.markdown-body ol li ol {
	counter-reset: custom2;
}

.markdown-body ol li ol li:before {
	content: counter(custom2, lower-latin)". ";
	counter-increment:custom2;
}
