body,html {
    margin: 0;
    padding: 0
}

body {
    color: #515151;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.related-posts li a:hover,a {
    color: #268bd2;
    text-decoration: none
}

.related-posts li a:hover small,a strong {
    color: inherit
}

a:focus,a:hover {
    text-decoration: underline
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    line-height: 1.25;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.6rem
}

h3 {
    font-size: 1.4rem
}

h4,h5,h6 {
    font-size: 1.2rem
}
.post {
    font-size: 1.1rem
}
figcaption {
    font-weight: 250;
    font-size: 0.9rem;
    line-height: 1.6em;
    font-style: italic;
}

dl,ol,p,ul {
    margin-top: 0
}

strong {
    color: #303030
}

abbr,dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem
}

hr {
    position: relative;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}

abbr {
    color: #555;
    text-transform: uppercase
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #e5e5e5
}

code,pre {
    font-family: Menlo,Monaco,"Courier New",monospace
}

abbr,code {
    font-size: 85%
}

code {
    padding: .25em .5em;
    color: #bf616a;
    border-radius: 3px
}

.highlight,dl,ol,p,pre,ul {
    margin-bottom: 1rem
}

code,pre {
    background-color: #f9f9f9
}

pre {
    display: block;
    margin-top: 0;
    padding: 1rem;
    font-size: .8rem;
    line-height: 1.4;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

pre code {
    font-size: 100%;
    color: inherit
}

.highlight {
    border-radius: 4px
}

.highlight pre {
    margin-bottom: 0
}

.gist .gist-file {
    font-family: Menlo,Monaco,"Courier New",monospace!important
}

.gist .markdown-body {
    padding: 15px
}

.gist code,.gist pre,pre code {
    padding: 0;
    background-color: transparent
}

.gist .gist-file .gist-data {
    font-size: .8rem!important;
    line-height: 1.4
}

.gist code {
    color: inherit;
    border-radius: 0
}

blockquote {
    padding: .5rem 1rem;
    margin: .8rem 0;
    color: #7a7a7a;
    border-left: .25rem solid #e5e5e5
}


@media (min-width:30em) {
    blockquote {
        padding-right: 5rem;
        padding-left: 1.25rem
    }
}

img {
    display: block;
    max-width: 100%;
    margin: 0 0 1rem;
    border-radius: 5px
}

table,td,th {
    border: 1px solid #e5e5e5
}

table {
    margin-bottom: 1rem;
    width: 100%;
    border-collapse: collapse
}

td,th {
    padding: .25rem .5rem
}

tbody tr:nth-child(odd) td,tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.message {
    margin-bottom: 1rem;
    padding: 1rem;
    color: #717171;
    background-color: #f9f9f9
}

.container {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto
}

.masthead-title small {
    font-size: 75%;
    font-weight: 400;
    color: silver;
    letter-spacing: 0
}


@media (min-width:30em) {
    .pagination {
        margin: 3rem 0
    }

    .pagination-item {
        float: left;
        width: 50%
    }

    .pagination-item:first-child {
        margin-bottom: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .pagination-item:last-child {
        margin-left: -1px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
}

.highlight .hll {
    background-color: #ffc
}

.highlight .c {
    color: #999
}

.highlight .err {
    color: #a00;
    background-color: #faa
}

.highlight .k {
    color: #069
}

.highlight .o {
    color: #555
}

.highlight .cm {
    color: #09f;
    font-style: italic
}

.highlight .cp {
    color: #099
}

.highlight .c1,.highlight .cs {
    color: #999
}

.highlight .gd {
    background-color: #fcc;
    border: 1px solid #c00
}

.highlight .ge {
    font-style: italic
}

.highlight .gr {
    color: red
}

.highlight .gh {
    color: #030
}

.highlight .gi {
    background-color: #cfc;
    border: 1px solid #0c0
}

.highlight .go {
    color: #aaa
}

.highlight .gp {
    color: #009
}

.highlight .gu {
    color: #030
}

.highlight .gt {
    color: #9c6
}

.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr {
    color: #069
}

.highlight .kt {
    color: #078
}

.highlight .m {
    color: #f60
}

.highlight .s {
    color: #d44950
}

.highlight .na {
    color: #4f9fcf
}

.highlight .nb {
    color: #366
}

.highlight .nc {
    color: #0a8
}

.highlight .no {
    color: #360
}

.highlight .nd {
    color: #99f
}

.highlight .ni {
    color: #999
}

.highlight .ne {
    color: #c00
}

.highlight .nf {
    color: #c0f
}

.highlight .nl {
    color: #99f
}

.highlight .nn {
    color: #0cf
}

.highlight .nt {
    color: #2f6f9f
}

.highlight .nv {
    color: #033
}

.highlight .ow {
    color: #000
}

.highlight .w {
    color: #bbb
}

.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo {
    color: #f60
}

.highlight .sb,.highlight .sc {
    color: #c30
}

.highlight .sd {
    color: #c30;
    font-style: italic
}

.highlight .s2,.highlight .se,.highlight .sh {
    color: #c30
}

.highlight .si {
    color: #a00
}

.highlight .sx {
    color: #c30
}

.highlight .sr {
    color: #3aa
}

.highlight .s1 {
    color: #c30
}

.highlight .ss {
    color: #fc3
}

.highlight .bp {
    color: #366
}

.highlight .vc,.highlight .vg,.highlight .vi {
    color: #033
}

.highlight .il {
    color: #f60
}

.css .nt+.nt,.css .o,.css .o+.nt {
    color: #999
}

body,html {
    overflow-x: hidden
}

html {
    font-weight: 300;
    font-size: 100%;
    line-height: 1.6em;
    /*letter-spacing: .277778px;*/
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    color: #313131;
    letter-spacing: -.025rem
}

.wrap {
    position: relative;
    width: 100%
}

.container {
    max-width: 28rem
}

@media (min-width:38em) {
    .container {
        max-width: 32rem
    }
}

@media (min-width:56em) {
    .container {
        max-width: 38rem
    }
}

.masthead {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #eee
}

.masthead-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #505050
}

.masthead-title a {
    color: #505050
}

@media (max-width:48em) {
    .masthead-title {
        text-align: center
    }

    .masthead-title small {
        display: none
    }
}

.page,.post {
    margin-bottom: 4em;
}

.page-title,.post-title,.post-title a {
    color: #303030
}

.page-title,.post-title,.related-posts h3 {
    margin-top: 0
}

.post-date {
    display: block;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    color: #9a9a9a
}

.related {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #eee
}

.related-posts {
    padding-left: 0;
    list-style: none
}

.pagination {
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
    color: #ccc;
    text-align: center
}

.pagination-item {
    display: block;
    padding: 1rem;
    border: 1px solid #eee
}

.pagination-item:first-child {
    margin-bottom: -1px
}

a.pagination-item:hover {
    background-color: #f5f5f5
}

.layout-reverse .sidebar {
    left: auto;
    right: -14rem
}

.layout-reverse .sidebar-toggle {
    left: auto;
    right: 1rem
}

.layout-reverse #sidebar-checkbox:checked~.sidebar,.layout-reverse #sidebar-checkbox:checked~.sidebar-toggle,.layout-reverse #sidebar-checkbox:checked~.wrap {
    -webkit-transform: translateX(-14rem);
    -ms-transform: translateX(-14rem);
    transform: translateX(-14rem)
}

.theme-base-08 #sidebar-checkbox:checked~.sidebar-toggle,.theme-base-08 .sidebar,.theme-base-08 .sidebar-toggle:active {
    background-color: #ac4142
}

.theme-base-08 .container a,.theme-base-08 .related-posts li a:hover,.theme-base-08 .sidebar-toggle {
    color: #ac4142
}

.theme-base-09 #sidebar-checkbox:checked~.sidebar-toggle,.theme-base-09 .sidebar,.theme-base-09 .sidebar-toggle:active {
    background-color: #d28445
}

.theme-base-09 .container a,.theme-base-09 .related-posts li a:hover,.theme-base-09 .sidebar-toggle {
    color: #d28445
}

.theme-base-0a #sidebar-checkbox:checked~.sidebar-toggle,.theme-base-0a .sidebar,.theme-base-0a .sidebar-toggle:active {
    background-color: #f4bf75
}

.theme-base-0a .container a,.theme-base-0a .related-posts li a:hover,.theme-base-0a .sidebar-toggle {
    color: #f4bf75
}

.theme-base-0b #sidebar-checkbox:checked~.sidebar-toggle,.theme-base-0b .sidebar,.theme-base-0b .sidebar-toggle:active {
    background-color: #90a959
}

.theme-base-0b .container a,.theme-base-0b .related-posts li a:hover,.theme-base-0b .sidebar-toggle {
    color: #90a959
}

.theme-base-0c #sidebar-checkbox:checked~.sidebar-toggle,.theme-base-0c .sidebar,.theme-base-0c .sidebar-toggle:active {
    background-color: #75b5aa
}

.theme-base-0c .container a,.theme-base-0c .related-posts li a:hover,.theme-base-0c .sidebar-toggle {
    color: #75b5aa
}

.theme-base-0d #sidebar-checkbox:checked~.sidebar-toggle,.theme-base-0d .sidebar,.theme-base-0d .sidebar-toggle:active {
    background-color: #6a9fb5
}

.theme-base-0d .container a,.theme-base-0d .related-posts li a:hover,.theme-base-0d .sidebar-toggle {
    color: #6a9fb5
}

.theme-base-0e #sidebar-checkbox:checked~.sidebar-toggle,.theme-base-0e .sidebar,.theme-base-0e .sidebar-toggle:active {
    background-color: #aa759f
}

.theme-base-0e .container a,.theme-base-0e .related-posts li a:hover,.theme-base-0e .sidebar-toggle {
    color: #aa759f
}

.theme-base-0f #sidebar-checkbox:checked~.sidebar-toggle,.theme-base-0f .sidebar,.theme-base-0f .sidebar-toggle:active {
    background-color: #8f5536
}

.theme-base-0f .container a,.theme-base-0f .related-posts li a:hover,.theme-base-0f .sidebar-toggle {
    color: #8f5536
}
