html, body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.overflow-hidden {
    overflow: hidden;
}

section[name="content"] {
    position: fixed;
    top: 34px;
    bottom: 0;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    max-width: 100%;
}

section[name="banner"] {
    width: 100%;
    height: 250px;
    background: rgba(33, 33, 33, 1);
    margin: 0;
    padding: 0;
    display: inline-block;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

section[name="content"] h1 {
    font-size: 24px;
}

section[name="content"] h2 {
    font-size: 20px;
}

section[name="content"] h3 {
    font-size: 18px;
}

section[name="content"] h4 {
    font-size: 16px;
}

section[name="content"] h5 {
    font-size: 14px;
}

section[name="content"] h6 {
    font-size: 12px;
}

section[name="banner"] h1 {
    font-size: 100px;
    text-align: center;
    color: rgba(200, 200, 200, 1);
    margin: 0;
    padding: 0;
    margin-top: 50px;    
}

section[name="banner"] h2 {
    font-size: 32px;
    color: rgba(75, 150, 245, 1);
    text-align: center;
    font-weight: normal;    
}

table.news,
table.modules,
table.plugins,
table.structure,
table.shortcuts {
    width: 100%;
}

table.modules td,
table.plugins td,
table.shortcuts td {
    width: 50%;
}

table.plugins td,
table.shortcuts td {
    vertical-align: top;
}

table.plugins ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.structure .directory{
    display: block;
    overflow-x: auto;
    margin: 0.5em;
    background: #282a36;
    color: #50fa7b;
    border-radius: 15px;
}


code {
    border-radius: 15px;
}

table.news ul {
    list-style-type: none;
}

table.news strong {
    color: rgba(75, 150, 245, 1);
}


section[name="left"] {
    position: fixed;
    top: 34px;
    bottom: 0;
    overflow: auto;
    width: 980px;
    max-width: 100%;
}
section[name="right"] {
    position: fixed;
    top: 34px;
    bottom: 0;
    overflow: auto;
    left: 980px;
    width: calc(100% - 980px);
    background: rgba(15, 15, 15, 1);
    color: rgba(245, 245, 245, 1);
}

section[name="left"] h1,
section[name="right"] h1,
section[name="left"] h2,
section[name="right"] h2,
section[name="left"] h3,
section[name="right"] h3,
section[name="left"] h4,
section[name="right"] h4,
section[name="left"] h5,
section[name="right"] h5,
section[name="left"] h6,
section[name="right"] h6,
section[name="left"] pre,
section[name="right"] pre,
section[name="left"] p,
section[name="right"] p,
section[name="left"] blockquote,
section[name="right"] blockquote,
section[name="left"] img,
section[name="right"] img,
section[name="left"] table,
section[name="right"] table,
section[name="left"] ul,
section[name="right"] ul,
section[name="left"] ol,
section[name="right"] ol
{
    margin-left: 10px;
    margin-right: 10px;
}

section[name="left"] h5,
section[name="right"] h5,
section[name="left"] h6,
section[name="right"] h6
{
    font-size: 100%;
}

section[name="left"] pre,
section[name="right"] pre
{
    padding: 10px;
    max-width: calc(100% - 20px);
    border-radius: 10px;
    overflow: auto;

}

section[name="left"] pre {
    background: rgba(15, 15, 15, 1);
    color: rgba(245, 245, 245, 1);
    position: relative;
}

section[name="right"] pre {
    position: relative;
}

pre button.copy {
    position: absolute;
    right: 20px;
    top: 5px;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    width: 40px;
    border: 1px solid rgba(75, 150, 245, 1);
    background: rgba(225, 225, 225, 1);
}

pre button.copy:hover {
    background: rgba(75, 150, 245, 1);
    color: rgba(245, 245, 245, 1);
}

pre button.copy img {
    color: rgba(75, 150, 245, 1);
}

section[name="left"] code,
section[name="right"] code
{
    font-size: 110%;
}

section[name="left"] p code,
section[name="right"] p code,
section[name="left"] li code,
section[name="right"] li code
{
    background: rgba(0, 0, 0, 0.3);
    background: rgba(75, 150, 245, 1);
    color: rgba(245, 245, 245, 1);
    font-weight: bold;
    padding: 4px;
    border-radius: 10px;
}

section[name="left"] pre li code,
section[name="right"] pre li code
{
    background: rgba(0, 0, 0, 0.0);
}

section[name="left"] table,
section[name="right"] table
{
    background: rgba(0, 0, 0, 1);
    color: rgba(75, 150, 245, 1);
    color: rgba(245, 245, 245, 1);
    border-radius: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    min-width: calc(100% - 20px);
}

center {
    text-align: center;
}

@font-face {
    font-family: r3m;
    src: url("/Fonts/ZenDots-Regular.ttf");
}

h1 {
    font-family: r3m;
    color: rgba(75, 150, 245, 1);
}

section[name="content"] h1,
section[name="content"] h2,
section[name="content"] h3,
section[name="content"] h4,
section[name="content"] h5,
section[name="content"] h6
{
    color: rgba(255, 124, 13, 1);
    color: rgba(75, 150, 245, 1);
}

section[name="content"] blockquote,
section[name="content"] blockquote
{
    border-left: 2px solid rgba(75, 150, 245, 0.8);
    border-right: 2px solid rgba(125, 125, 125, 0.8);
    margin: 10px;
    padding: 10px;
}

/*
section[name="left"] blockquote {
    background: rgba(245, 245, 245, 1);
}

section[name="right"] blockquote {
    background: rgba(30, 30, 30, 0.5);
    color: rgba(255, 124, 13, 1);
}
*/


section[name="content"] img
{
    max-width: 640px;
}

p.text-center {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    section[name="banner"] {
        height: 350px;
    }

    section.content-with-banner {
        top: 384px;
    }
    section[name="banner"] h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 600px) {
    section[name="banner"] {
        height: 300px;
    }

    section.content-with-banner {
        top: 334px;
    }
}
