body, h1, h2, h3, h4, h5, h6 {
 font-family: 'Open Sans', sans-serif;
}

body {
 font-size: 1.6em;
 line-height: 1.6;
}

.prev-nav {
 padding-left: 30px;
}

.next-nav {
 margin-right: 30px;
}

.sidebar-nav {
 font-size: 0.8125em;
}

.sidebar-nav dt {
 font-weight: normal;
 line-height: 1.9;
}

dd {
  margin-left:1em;
}

pre.programlisting, pre.screen, code {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 1em;
}

pre span.bg {
 color: #eeeeec;
 font-weight: bold;
}

pre span.comment {
 color: #8f5902;
 font-weight: bold;
}

pre span.default {
 color: #204a87;
 font-weight: bold;
}

pre span.html {
 color: #000000;
 font-weight: bold;
}

pre span.keyword {
 color: #4e9a06;
 font-weight: bold;
}

pre span.string {
 color: #a40000;
 font-weight: bold;
}
