/* https://github.com/lonekorean/gist-syntax-themes */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    margin: 20px;
    font: 16px 'Open Sans', sans-serif;
}

html {
    background-color: #201c21;
}

body {
    font-family: Open Sans, Arial;
    color: #afa0ab;
    font-size: 16px;
    margin: 2em auto;
    max-width: 800px;
    padding: 1em;
    line-height: 1.4;
    /*text-align: justify;*/
}

a {
    color: #4791b1;
    text-decoration: none;
}

p {
    margin: 0.2em 0;
}

a:visited {
    color: #4791b1;
}

a.undocumented {
    color: #c13479;
}

li.deprecated {
    text-decoration: line-through;
}

a.generic {
    color: #47b159;
}

ul li img {
    height: 1em;
}

blockquote {
    color: #456;
    margin-left: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

blockquote span {
    float: left;
    margin-left: 1rem;
    padding-top: 1rem;
}

blockquote author {
    display: block;
    clear: both;
    font-size: .6em;
    margin-left: 2.4rem;
    font-style: oblique;
}

blockquote author:before {
    content: "- ";
    margin-right: 1em;
}

blockquote:before {
    font-family: Times New Roman, Times, Arial;
    color: #666;
    content: open-quote;
    font-size: 2.2em;
    font-weight: 600;
    float: left;
    margin-top: 0;
    margin-right: .2rem;
    width: 1.2rem;
}

blockquote:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 500px) {
    body {
        text-align: left;
    }

    div.fancyPositioning div.picture-left,
    div.fancyPositioning div.tleft {
        float: none;
        width: inherit;
    }

    blockquote span {
        width: 80%;
    }

    blockquote author {
        padding-top: 1em;
        width: 80%;
        margin-left: 15%;
    }

    blockquote author:before {
        content: "";
        margin-right: inherit;
    }
}

span.yes {
    color: #26b36c;
}

span.no {
    color: #ab495f;
}

table.doc {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

table.doc td,
table.doc th {
    border: 1px solid #1f1414;
    padding: 8px;
}

table.doc tr:nth-child(even) {
    background-color: #00000024;
}

table.doc tr:hover {
    background-color: #424250;
}

table.doc th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #383944;
    color: #ddd;
}

pre {
    background-color: #f2f2f2;
    padding: 0.3em;
    overflow-x: scroll;
}

code {
    background-color: rgba(255, 255, 255, 0.1);
}