
body {
  font-size: 18px;
  font-family: Georgia, serif;
  padding: 40px 0px 20px 0;
}

p {
  font-size: 1em; /* 18px */
  line-height: 1.3333em; /* 24px */
  margin: 0 0 1.3333em 0;

}

a, a:hover, a:visited {
  color: #660000;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.075em;
}

h1 {
  font-size: 2.0000em; /* 36px */
  line-height: 1.3333em; /* 48px */
  margin-top: 0.6667em;  margin-bottom: 0.0000em;

}

h2 {
  font-size: 1.6667em; /* 30px */
  line-height: 1.6000em; /* 48px */
  margin-top: 0.8000em;  margin-bottom: 0.0000em;
}

h3 {
  font-size: 1.3333em; /* 24px */
  line-height: 1.0000em; /* 24px */
  margin-top: 1.0000em;  margin-bottom: 0.0000em;
}

.logo {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.6250em; /* 42px */
  line-height: 1.1429em; /* 48px */
  margin: 0;
}

.header {
  padding-bottom: 10px;
}

.header ul li a {
  text-decoration: none;
  text-transform: lowercase;
}

.content-header {
  padding-top: 20px;
  text-align: center;
}

.content-header h1 {
  margin-bottom: 0;
}

.metadata {
  font-size: 0.8889em; /* 16px */
  line-height: 1.1250em; /* 18px */
  margin-top: 1.1250em;
  margin-bottom: 0.0000em;
  font-family: Verdana, sans-serif;
  font-variant: small-caps;
  color: #777;
  letter-spacing: -0.05em;
}

.content-body {
  padding-top: 20px;
}

.content-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hilitewrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px; 
}

.codehilitetable {
    width: 100%;
}

.linenos {
    width: 40px;
}

.linenodiv pre {
    background-color: #ddd;
    border-radius: 3px 0 0 3px;
    color: #323232;
}

.code {
    width: 100%;
}

.code pre {
    border-radius: 0 3px 3px 0;
    background-color: #fff;
}


.alert {
  font-size: 0.8889em; /* 16px */
  line-height: 1.5000em; /* 24px */
  margin-top: 1.5000em;  margin-bottom: 0.0000em;
}

.footer {
  padding: 20px 0px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0.7778em; /* 14px */
  line-height: 1.7143em; /* 24px */
  margin-top: 1.7143em;  margin-bottom: 0.0000em;
}
