body {
    background-color: #202020;
    color: #ddd;
    font-size: 18px;
    line-height: 1.6;
    margin: 40px auto;
    max-width: 700px;
    padding: 0 10px;
}

h1, h2, h3 {
    line-height: 1.2;
}

table, th, td {
    border: 1px solid #aaa;
    border-collapse: collapse;
}

p.indent {
    text-indent: 20px;
}

pre {
    background-color: #000000;
    display: inline-block;
    padding: 10px;
}

pre.powershell {
    background-color: #012456;
    font-family: "Lucida Console", "Courier New", monospace;
}

@media only screen and (min-width: 640px) {
    pre {
        margin: 10px;
    }

    pre.terminal {
        min-width: 570px;
    }
}
