body {
    background: #222;
    color: #fff;
    font-family: Whitney, "Helvetica";
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

.document {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.title img {
    margin: 20px;
}

.title h1 {
    align-self: center;
}

.text {
    padding-right: 40px;
    flex: 1 1 75%;
}

.hmarged {
    margin: 0 40px;
}

.hsplit {
    display: flex;
    justify-content: center;
}

.hsplit.maxw {
    max-width: 1600px;
    align-self: center;
}

@media (max-width: 1000px) {
    .hsplit.responsive {
        flex-direction: column;
    }
}

.buttons {
    margin-top: 10px;
}

.button {
    border-radius: 4px;
    background: #333;
    padding: 10px;
    text-decoration: none;
    font-size: 1.25em;
    color: #fff;
    margin: 4px;
    transition: background-color ease 0.1s;
    display: inline-block;
}

.button:hover {
    background: #1F85DE;
}

a {
    color: #00b0f4;
}

.button.default {
    background-color: #43b581;
}

.button.default:hover {
    background-color: #3ca374;
}

.footer {
    font-size: 0.8em;
    color: #999;
    height: 2rem;
    margin: auto auto 0 auto;
}

h2 > tt {
    padding-right: 1.2rem;
}

span.cmd-tag {
    font-size: .625em;
    font-weight: 500;
    padding: 0.1rem 0.275rem;
    margin: 0 0.1rem;
    border-radius: 3px;
    line-height: 100%;
    text-align: middle;
    align-content: middle;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

span.alias {
    /* background: #7289da; */
    color: #BBB;
    font-size: 0.8rem;
    margin: 0 0.5rem;
}

span.privileges {
    background: #da7272;
}

.commands p {
    margin-left: 1em;
}