body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,dl,dd,ol,ul,figure {
    padding: 0
}

body {
    font: 400 16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #111;
    background-color: #fdfdfd;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    padding: 1em;
}

h5,h6,p,blockquote,pre,figure,.highlight {
    margin-bottom: 15px;
}

main {
    display: block
}

img {
    max-width: 100%;
    vertical-align: middle;
}

figure>img {
    display: block
}

figcaption {
    font-size: 14px
}

ul,ol {
    margin-top: 0;
    margin-left: 30px
}

li>ul,li>ol {
    margin-bottom: 0
}

h1,h2,h3,h4,h5,h6 {
    /* font-weight:400; */
}

a {
    color: #2a7ae2;
    text-decoration: none
}

a:visited {
    color: #1756a9
}

a:hover {
    color: #111;
    text-decoration: underline
}

.social-media-list a:hover {
    text-decoration: none
}

.social-media-list a:hover .username {
    text-decoration: underline
}

blockquote {
    color: #828282;
    border-left: 4px solid #e8e8e8;
    padding-left: 15px;
    font-size: 18px;
    letter-spacing: -1px;
    font-style: italic
}

blockquote>:last-child {
    margin-bottom: 0
}

pre,code {
    font-size: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #eef
}

code {
    padding: 1px 5px
}

pre {
    padding: 8px 12px;
    overflow-x: auto
}

pre>code {
    border: 0;
    padding-right: 0;
    padding-left: 0
}

.wrapper {
    max-width: -webkit-calc(800px - (30px * 2));
    max-width: calc(800px - (30px * 2));
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width: 800px) {
    .wrapper {
        max-width:-webkit-calc(800px - (30px));
        max-width: calc(800px - (30px));
        padding-right: 15px;
        padding-left: 15px
    }
}

.wrapper:after,.footer-col-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.svg-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #828282;
    padding-right: 5px;
    vertical-align: text-top
}

.social-media-list li+li {
    padding-top: 5px
}

table {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
    color: #3f3f3f;
    border-collapse: collapse;
    border: 1px solid #e8e8e8
}

table tr:nth-child(even) {
    background-color: #f7f7f7
}

table th,table td {
    padding: 10px 15px
}

table th {
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    border-bottom-color: #c9c9c9
}

table td {
    border: 1px solid #e8e8e8
}

.center > p {
    margin-top: 0;
}

h1, h2, h3, h4, p {
    margin-top: 0;
    margin-bottom: 0;
}

.tableofcontents + a + h3 {
    margin-top: inherit;
}


p + h1, p + h2, p + h3, p + h4 {
    margin-top: inherit;
}

h1 + p, h2 + p, h3 + p, h4 + p {
    margin-top: inherit;
}


h1 + ol, h2 + ol, h3 + ol, h4 + ol {
    margin-top: inherit;
}

h1 + ul, h2 + ul, h3 + ul, h4 + ul {
    margin-top: inherit;
}
h1 + a + h2, h2 + a + h3, h3 + a + h4 {
    margin-top: inherit;
}

p + ol, p + ul {
    margin-top: inherit;
}

ol, ul {
    margin-bottom: inherit;
}

#TBL-1-1- {
    display: none;
}

td.td01, td.td10 {
    padding: 10px 15px
}