body {
  margin: 1em;
  padding: 0;
  font-family: sans-serif;
  *font-size: small;
  color: black;
  background: white;
  font-size: 1em;
}

ul {
  padding-left: 1em;
}

a {
  color: #d43900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #884444;
}

.page {
  max-width: 1150px;
  margin: auto;
}

.digestbox {
  float: right;
  margin-left: 2ex;
  margin-top: 1ex;
  margin-bottom: 1ex;
  padding: 1ex 1ex;
  border: 0px solid #ddd;
  background: white;
  color: black !important;
  font-size: .9em;
  width: 300px;
  clear: both;
}

.skipcontent {
	display: none;
}

@media (max-width: 900px) {
	.digestbox {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.skipcontent {
		display: block;
	}
}

.pageheader {
  width: 95%;
  padding: 1em 1em .5em 1em;
  position: relative;
  overflow: hidden;
  background: white;
  padding: 0px;
}

.pageheader a {
  text-decoration: none;
  font-size: .8em;
  color: #d43900;
}

.pageheader a:hover {
  text-decoration: underline;
}

.pageheader .actions ul {
  border-style: none;
}

.logolink {
  float: left;
  clear: both;
  padding-right: 1em;
}

.releasenotes {
  float: left;
}

.releasenotes ul {
  padding-left: 0;
}

.releasenotes li {
  list-style-type: none;
}

.pagedate ul {
  list-style: none outside none;
  padding: 0;
}

.title {
  line-height: normal;
}

code, pre {
  background-color: #fdf6e3;
  color: #333;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  max-width: 80em;
}

pre {
  padding: .5em;
  margin: 1em;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.inlinepage {
  border: 1px solid #aaa;
  border-bottom: 0;
}

.inlinepage:last-child {
  border-bottom: 1px solid #aaa;
}
