body {
  background-color: #ffffff;
}

div.envelope {
  position: relative;
  padding-left: 65px;
  max-width: 800px;
  min-height: 80vh;
}
div.envelope.wide {
  max-width: 100%;
}
@media (max-width: 900px) {
  div.envelope {
    padding-left: 0px;
    max-width: 100%;
    padding: 0px 20px;
  }
}

div.envelope a.logo {
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 900px) {
  div.envelope a.logo {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin: 20px 20px 35px 0px;
  }  
}

div.envelope div.overtitle {
  padding-top: 28px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #333333;
  font-weight: bold;
  line-height: 2em;
}
div.envelope div.overtitle i.divider {
  margin: 0px 0.25em;
}
div.envelope div.overtitle a {
  text-decoration: none;
  color: #245583;
}
div.envelope div.overtitle a:hover  {
  color: #3c6c99;
}
div.envelope div.overtitle h1 {
  display: inline;
  font-size: inherit;
  margin: 0px;
}

div.envelope div.rubric {
  margin-bottom: 10px;
}
div.envelope a.article {
  clear: left;
  margin-top: 20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 15px;
  padding-right: 70px;
  /* font-family: 'Roboto Slab', serif; */
  font-size: 1.1em;
  line-height: 1.5em;
  color: #000000;
  display: block;
  text-decoration: none;
  position: relative;
}
div.envelope a.article span.title {
  font-size: 1.25em;
  line-height: 1.5em;
  display: block;
  font-weight: bold;
}
div.envelope a.article span.blurb {
  display: block;
  margin-top: 5px;
}
div.envelope a.article span.arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45px;
  background-color: #f3f3f3;
  text-align: center;
}
div.envelope a.article span.arrow i {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20%;
  color: #999999;
}
div.envelope a.article:hover {
  background-color: #f9f9f9;
}
div.envelope a.article:hover span.arrow {
  background-color: #eeeeee;
}
div.envelope a.article:hover span.arrow i {
  color: #5c2483;
}

div.envelope div.content {
  clear: left;
  margin-top: 10px;
  margin-right: 80px;
}
@media (max-width: 900px) {
  div.envelope div.content {
    margin-right: 0px;
  }
}
div.envelope div.content h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 1.5em;
}
div.envelope div.content p {
  font-size: 1.1em;
  line-height: 1.75em;
  max-width: 900px;
  margin: 0px 0px 10px 0px;
}
div.envelope div.content p a {
  color: #209cee;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
div.envelope div.content p a:hover  {
  color: #69b6e9;
}

ul.downloads {
  display: block;
  margin: 0px 0px;
  padding: 0px;
  overflow-x: auto;
  white-space: nowrap;
}
li.download {
  white-space: wrap;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 135px;
  margin: 10px 20px 10px 0px;
  text-align: center;
  width: 225px;
  background: linear-gradient(180deg, rgba(245, 254, 255, 1) 0%, #ffffff 100%);
  border: 1px solid #b4defa;
  border-radius: 10px;
  padding: 0px 10px;
}
li.download.minor {
  background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
  border: 1px solid #cccccc;
}
li.download div.title {
  margin-top: 10px;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #333333;
  font-weight: bold;
}
li.download div.title code {
  font-weight: normal;
  font-size: 0.9em;
}
li.download a.button {
  color: #333333;
  border: 1px solid #bbbbbb;
  box-shadow: 1px 1px 2px #999999;
  border-radius: 40px;
  margin: 0px 10px 0px 0px;
  padding: 10px 15px 10px 15px;
  background-color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 40px;
}
li.download a.button i {
  margin-right: 8px;
  color: #209cee;
  font-size: 1.15em;
}
li.download.minor a.button i {
  color: #999999;
}
li.download a.button:hover {
  color: #000000;
}
li.download a.button:active {
  box-shadow: inset 1px 1px 2px #999999;
}
li.download code.filename {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  color: #999999;
  font-size: 0.9em;
}

div.envelope div.content p.postTitle {
  margin-top: -5px;
  margin-bottom: 20px;
}
div.envelope div.content div.legend {
  font-size: 1.1em;
  line-height: 1.5em;
  display: block;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  /* color: #333333; */
  max-width: 1000px;
}
div.envelope div.content ul.legend {
  font-size: 1.1em;
  line-height: 1.5em;
  display: block;
  margin: 10px 0px 30px 0px;
  padding: 0px;
  /* color: #333333; */
  max-width: 1000px;
}
div.envelope div.content ul.legend li {
  display: block;
  margin: 0px 0px 5px 2em;
  padding: 0px;
  position: relative;
}
div.envelope div.content ul.legend li::before {
  content: "–";
  position: absolute;
  left: -20px;
  color: #999999;
}
div.envelope div.content .legend a {
  color: #209cee;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}
div.envelope div.content .legend a:hover  {
  color: #69b6e9;
}
div.envelope div.content .legend code {
  font-weight: normal;
  font-size: 0.95em;
  color: #464c50;
}
div.envelope div.content div.code {
  padding: 20px;
  background-color: #e2f2fc;
  border-radius: 2px;
  overflow-x: auto;
}
div.envelope div.content div.code.output {
  background-color: #f2f2f2;
}
div.envelope div.content div.code code {
  white-space: nowrap;
}
div.envelope div.content div.code code.comment {
  color: #999999;
}



div.envelope div.markdown {
  clear: left;
  margin-top: 40px;
  font-size: 1.1em;
  line-height: 1.75em;
}

div.envelope div.markdown h1 {
  margin-top: 0;
  line-height: 1.25em;
  font-size: 1.75em;
}
div.envelope div.markdown h2 {
  margin-top: 2em;
  font-weight: normal;
  line-height: 1.25em;
}
div.envelope div.markdown h3 {
  margin-top: 1em;
  font-weight: bold;
  color: #333333;
  line-height: 1.25em;
}
div.envelope div.markdown p {
  margin: 1em 0;
}
div.envelope div.markdown a {
  color: #245583;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 0px;
}
div.envelope div.markdown a:hover  {
  color: #3c6c99;
}
div.envelope div.markdown code {
  font-size: 0.85em;
  background-color: #eeeeee;
  padding: 1px 4px 1px 4px;
  border-radius: 4px;
  margin: 0px 2px;
}
div.envelope div.markdown a:has(code) {
  border-bottom: 0px;
  color: #106faf;
}
div.envelope div.markdown a:has(code):hover {
  color: #209cee;
}
div.envelope div.markdown blockquote {
  margin: 1em 0;
  border: 0px solid rgb(208, 236, 253);
  border-left-width: 20px;
  padding: 0.5em 2em 0.5em 1.25em;
  background-color: rgb(253, 252, 242);
  border-radius: 4px;
  color: #333333;
}
div.envelope div.markdown blockquote p {
  margin: 0.35em 0;
}
div.envelope div.markdown blockquote p.title {
  font-weight: bold;
  color: #666666;
}
div.envelope div.markdown ol {
  padding-left: 1em;
}
div.envelope div.markdown ul {
  padding-left: 1em;
}
div.envelope div.markdown figure {
  width: 100%;
  margin: 1.25em 0 1em 0;
}
div.envelope div.markdown figure img {
  width: 100%;
  border: 2px solid #cccccc;
  border-radius: 4px;
}
div.envelope div.markdown figure figcaption {
  margin-top: -5px;
  font-size: 0.9em;
  color: #999999;
}