/* ---------------------------------------------------------------
   DOCUMENTATION
--------------------------------------------------------------- */

.left-side h1,
.left-side h2,
.left-side h3,
.left-side h4,
.left-side h5,
.left-side h6 {
    line-height: 1.25;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
}

.left-side h1 {
    margin-top: 0;
    font-size: 2rem;
}

.left-side h2 {
    font-size: 1.6rem;
}

.left-side h3 {
    font-size: 1.3rem;
}

.left-side p {
    line-height: 1.65;
    margin: 0 0 1rem 0;
}

.left-side strong {
    font-weight: 700;
}

.left-side em {
    font-style: italic;
}

.left-side a {
    text-decoration: none;
}

.left-side a:hover {
    text-decoration: underline;
}


/* ---------------------------------------------------------------
   LISTS
--------------------------------------------------------------- */

.left-side ul,
.left-side ol {
    margin: 0 0 1rem 1.5rem;
    padding: 0;
}

.left-side li {
    line-height: 1.6;
    margin-bottom: .35rem;
}


/* ---------------------------------------------------------------
   TABLES
--------------------------------------------------------------- */

.left-side table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.5rem 0;
}

.left-side th,
.left-side td {
    padding: .65rem .75rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.left-side th {
    font-weight: 700;
}

.left-side tr:last-child td {
    border-bottom: 0;
}


/* ---------------------------------------------------------------
   CODE
--------------------------------------------------------------- */

.left-side code {
    padding: .1rem .3rem;
    border-radius: .25rem;
    font-family: monospace;
    font-size: .95em;
}

.left-side pre {
    overflow-x: auto;
    margin: 1rem 0 1.5rem 0;
    padding: 1rem;
    border-radius: .5rem;
}

.left-side pre code {
    padding: 0;
}


/* ---------------------------------------------------------------
   BLOCKQUOTE
--------------------------------------------------------------- */

.left-side blockquote {
    margin: 1rem 0 1.5rem 0;
    padding-left: 1rem;
    border-left: 4px solid #999;
}

.left-side blockquote p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------------
   HORIZONTAL RULE
--------------------------------------------------------------- */

.left-side hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #ccc;
}


/* ---------------------------------------------------------------
   SUPERUSER AREA
--------------------------------------------------------------- */

.superuser-area {
    margin: 2.5rem 0 1rem 0;
    padding: 1.25rem 1.5rem;
    border: 2px solid #888;
    border-radius: .5rem;
}

.superuser-area legend {
    padding: 0 .75rem;
    font-weight: bold;
    font-size: 1.1rem;
}
    .superuser-area h3 {
        margin-top: 1rem;
    }

/* ---------------------------------------------------------------
   LISTS
--------------------------------------------------------------- */

.left-side ul {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
}

.left-side ul li {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6;
    margin-bottom: .35rem;
}

.left-side ul li::before {
    content: "›";
    position: absolute;
    left: .35rem;
    font-weight: bold;
}

.left-side ol {
    margin: 0 0 1rem 1.5rem;
    padding: 0;
}

.left-side ol li {
    line-height: 1.6;
    margin-bottom: .35rem;
}

