body {
    color: #fff;
    background: #383838;
    margin: 1em auto;
    padding: 1em;
    max-width: 50em;
    font: 14px Verdana;
}

footer {
    clear: both;
    margin-top: 2em;
}

footer img {
    height: 16px;
    vertical-align: middle;
    margin-bottom: 3px;
}

a {
    color: #57b984;
    text-decoration: none;
}

a:hover, .active-page {
    color: #c68960;
}

nav {
    font-size: 17px;
}

code, dt {
    color: #6c6;
}

#list th, tr:nth-child(even) {
    background: #222a31;
}

dt {
    position: relative;
    display: inline-block;
}

dd {
    padding-bottom: 2px;
}

.multicol {
    column-count: 1;
    white-space: nowrap;
}

@media all and (max-width: 900px) {
    .multicol {
        column-count: 1;
    }
}
