body {
  font-family: "Inter", serif;
  text-align: left;
  background-color: #FFFFFF;
  font-size: 14px;
  max-width: 80%;
  margin: auto;
}

h1, h2, h3 {
  font-family: "Titillium Web", serif;
  font-weight: lighter;
  color: black;
  border-bottom:1px #eee solid;
  padding:15px 0 15px 0;
}

h3.fn code {
  font-size:0.75em;
  float:right;
  background-color:#eee;
  padding:3px;
  margin: 3px 0 0 20px
}

a {
  color: green;
  text-decoration: none;
}

.footerCopyrightText {
    font-family: "Open Sans", serif;
    font-weight: 200;
    font-size: 10px;
    color: black;
    margin-top: 25px;
    margin-left: 0;
    margin-bottom: 15px;
}

.TopHeaderItem {
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-weight: 400;
    color: #4c4c4c;
}

.TopHeaderItem:link {
    text-decoration: none;
    cursor:pointer;
}

.TopHeaderItem:visited {
    text-decoration: none;
    cursor:pointer;
}

.TopHeaderItem:hover {
    text-decoration: none;
    cursor:pointer;
    color: #E95420;
}

.TopHeaderItem:active {
    text-decoration: none;
    cursor:pointer;
}

table, th, td {
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-collapse: collapse;
  padding: 8px;
}

pre {
  padding: 15px;
}

hr {
  margin-top: 2em;
  margin-bottom: 2em;
}

p.header {
  margin-bottom: -1em;
}
p.footer {
  text-align: right;
  margin-top: -1em;
}

  .prettyprint .str {
    color:#aaaaaa
  }
  .prettyprint .kwd {
    color:#ffff55
  }
  .prettyprint .com {
    color:#55ffff
  }
  .prettyprint .typ {
    color:#4f9d08
  }
  .prettyprint .typ {
    color:#21be2b
  }
  .prettyprint .lit {
    color:#ff55ff
  }
  .prettyprint .pun {
    color:#fff
  }
  .prettyprint .pln {
    color:#fff
  }

.prettyprint code {
  font-family: "Droid Sans Mono", serif;
  font-style: normal;
  font-weight: 400;
}

.prettyprint {
  background-color: #3a4055;
  border: 0 !important;
  padding: 30px !important;
  font-size: 12px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
