.element {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word
}

.element a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.element a:active,
.element a:hover {
    outline-width: 0
}

.element strong {
    font-weight: inherit
}

.element strong {
    font-weight: bolder
}

.element h1 {
    font-size: 2em;
    margin: .67em 0;
    color:#950740;
}

.pile h2, a {
  color:#617d58;
}

.element img {
    border-style: none
}

.element svg:not(:root) {
    overflow: hidden
}

.element code,
.element kbd,
.element xmp {
    font-family: monospace;
    font-size: 1em
}

.element hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.element input {
    font: inherit;
    margin: 0
}

.element input {
    overflow: visible
}

.element [type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

.element * {
    box-sizing: border-box
}

.element input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.element a {
    color: #0366d6;
    text-decoration: none
}

.element a:hover {
    text-decoration: underline
}

.element strong {
    font-weight: 600
}

.element hr {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #dfe2e5
}

.element hr::before {
    display: table;
    content: ""
}

.element hr::after {
    display: table;
    clear: both;
    content: ""
}

.element td,
.element th {
    padding: 0
}

.element hr {
    height: .25em;
    padding: 0;
    margin: 24px 0;
    background-color: #e1e4e8;
    border: 0
}

.element blockquote {
    padding: 0 1em;
    color: #6a737d;
    border-left: .25em solid #dfe2e5
}

.element blockquote>:first-child {
    margin-top: 0
}

.element blockquote>:last-child {
    margin-bottom: 0
}

.element kbd {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 10px;
    color: #444d56;
    vertical-align: middle;
    background-color: #fafbfc;
    border: solid 1px #c6cbd1;
    border-bottom-color: #959da5;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #959da5
}

.element img {
    max-width: 50%;
    box-sizing: content-box;
    float:right;
}

.element body {
    box-sizing: border-box;
    min-width: 200px;
    max-width: 980px;
    margin: 0 auto;
    padding: 45px;
    position: relative;
    padding-bottom: 200px;
    background-color: #1A1A1D;
}

.element header {
    margin-bottom: 1em
}

.element code,
.element xmp {
    margin-bottom: 20px;
    padding-left: 20px;
    white-space: pre;
    display: block;
    color: #fff;
    background: #000;
    word-wrap: break-word;
    overflow: auto
}

.element g-row {
    display: block;
    border: 5px solid #fff;
}

.element g-col {
    display: inline;
}

@media (min-width:50em) {
    .element g-row {
        width: 100%;
        display: table;
        table-layout: fixed
    }
    .element g-col {
        display: table-cell;
        padding-right: 2%;
    }
    .element g-col:last-child {
        padding-left: 2%;
        padding-right: 0;
    }
}

.element footer {
    color: #636c72!important;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1rem;
    background-color: #efefef;
    text-align: center
}

.element html {
    height: 100%;
    box-sizing: border-box
}

.element p>code {
    padding: 0;
    margin: 0;
    font-size: 85%;
    border-radius: 3px;
    display: inline-block;
    background-color: grey;
    word-break: keep-all;
    vertical-align: middle
}

@viewport {
    zoom: 1;
    width: extend-to-zoom
}