﻿/*body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    background: #F9F9F9;
}*/
/*
#container {
    max-width: 900px;
    margin: auto;
}

#content {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
}

    #content h1:first-child {
        margin-top: 0px;
    }*/

/*nav {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
    margin-right: 10px;
}

    nav > ul {
        position: sticky;
        top: 5px;
        margin: 10px 0px;
        padding: 0;
        list-style-type: none;
        font-size: 14px;
    }

        nav > ul > li {
            min-width: 125px;
            padding: 0px 15px;
        }

            nav > ul > li > ul {
                padding-left: 25px;
            }

                nav > ul > li > ul > li {
                    font-size: 0.8em;
                }

    nav .selected {
        color: #111;
        font-weight: bold;
    }

        nav .selected:hover {
            text-decoration: none;
        }

header {
    display: flex;
}

    header h1 {
        margin: 0;
    }*/

table {
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}

td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}

a {
    color: #0366d6;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

pre {
    font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f6f8fa;
    border-radius: 3px;
    position: relative;
}

code {
   /* padding: 0rem 0.4rem;*/
    margin: 0;
    font-size: 85%;
    background-color: rgba(27,31,35,0.05);
    border-radius: 3px;
}
