body {
  //background: red;
  line-height: 1.4em;
  font-family: "Source Sans Pro";
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #3038ff;
  text-decoration: none;
}

h1, h2, h3,h4 {
  font-weight: normal;
  color: #000000;

}

hr {
  border: none;
  border-top: 1px dotted #888888;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

a:hover {
  text-decoration: underline;
  color: blue;
}

nav {
  text-align: right;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

nav a {
  margin-left: 20px;
}


h1 {
}

h2 {
  margin-top: 40px;
}

nav {
  font-size: 18px;
}

nav .left {
  float: left;
  margin-left: 0;
  font-size: 24px;
  color: black;
  text-decoration: none !important;
}

content {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

code {
  display: block;
  background: #e8e8e8;
  padding: 5px;
  margin-top: 10px;
    white-space: pre-wrap;
}
ol li {
  margin-top: 10px;

}

.wrap {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 650px;
  width: 100%;
  display: block;
}

footer {
  border-top: 1px solid #e8e8e8;
  padding-top; 10px;
  display: block;
 clear: both;
 overflow: hidden;
}

footer .float-right {
  padding: 10px;
  float: right;
}

